The MU forums have moved to WordPress.org

How to stop the Hello World Post from showing up on Recent posts on new users (3 posts)

  1. sully2
    Member
    Posted 16 years ago #

    How to stop the Hello World Post from showing up on Recent posts on new users signup?

    Does anyone know how to stop that from showing up using the recent post call...
    <?php ah_recent_posts_mu 10,30,true, '

  2. ', '
  3. '); ?>

    Can anyone help

  • DailyTestimony
    Member
    Posted 16 years ago #

    edit ah-recent-posts-mu.php

    near the topfind the line that says `$blogs = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs WHERE
    last_updated >= DATE_SUB(CURRENT_DATE(), INTERVAL 1 DAY)
    ORDER BY last_updated DESC");`

    change the query so it will only find blog posts whos id is greater than 1, or better yet greater than 3 to keep splogs off as well because sploggers make 1 maybe 2 posts than move on.

  • sully2
    Member
    Posted 16 years ago #

    I do not understand what exactly I need to change, like what is the exact code that needs to be changed, I messed with it and no luck... can you send the exact code I should change.
    Thanks!!

  • About this Topic