The MU forums have moved to WordPress.org

what code to use (5 posts)

  1. yli
    Member
    Posted 17 years ago #

    hello everybody.
    anybody can help with the codes who i need to put on home.php to see...
    1. Recently Updated Blogs
    2. Newest Blogs
    3. Most Active Blogs
    4. Login Box
    thanks

  2. yli
    Member
    Posted 17 years ago #

    for the login box i made a copy o wp-login.php (wp-login2.php)and tried to use include to get the login box in home.php and it is working but i receive some errors message... and i can't eliminate them. any ideea¿

  3. yli
    Member
    Posted 17 years ago #

    so dificult this mu-wordpress. also the forum it is mixed with the wordpress and you don't know what is for wordpres and what for mu when you search something.

    after 2 days of searching i found how to put LAST MODIFIED BLOGS...
    dificult... you must install a plugin... and then
    insert this...

    <?php
    if(function_exists('fimii_wpmu_last_updated'))
    {
    fimii_wpmu_last_updated(10);
    }
    ?>

    then i intented with this
    <?php
    if(function_exists('fimii_get_newest_blogs'))
    {
    fimii_get_newest_blogs(10);
    }
    ?>

    but don't show nothing

    so... anybody can help me and tell me how to insert the

    Newest Blogs & Most Active Blogs & login box in home-php

    thanksss

  4. andrea_r
    Moderator
    Posted 17 years ago #

    Did you see the sticky at the top of the forum with the correct search link?

  5. drmike
    Member
    Posted 17 years ago #

    ...highlighted link at teh top of the forum?

    These topics have been discussed many times already in the forums.

About this Topic