The MU forums have moved to WordPress.org

how display latest posts from the other blogs (10 posts)

  1. missou55
    Member
    Posted 14 years ago #

    Hello,
    Is someone knows how I can display the latest posts on my blog.
    I'am the admin and on want to display the posts (not mine) on the home page.

    Thank you

  2. tmoorewp
    Member
    Posted 14 years ago #

    Look into Donncha's Sitewide Tags plugin.

  3. missou55
    Member
    Posted 14 years ago #

    Thank, but I didn't find something

  4. tdjcbe
    Member
    Posted 14 years ago #

    I bet you a nickle if you search for 'display latest posts' you would have found many threads on this topic, many of them pointing to that plugin. :)

    Use that plugin on your site and grab either the rss feed from it or a switch_to_blog and list the latest posts from it.

  5. andrea_r
    Moderator
    Posted 14 years ago #

    Man, if we had taken each other up on all these bets, we'd both probably be a whole lot better off. :D

    missou, a quick Google would surely have led you to:
    http://wpmututorials.com/how-to/getting-member-blog-posts-on-the-main-page/

  6. remdog
    Member
    Posted 14 years ago #

    Andrea, this is a cool plugin. I got it to work on mine no problem. I need to tweak the font size. It's a little too small. Any idea if I need to edit CSS or in the plugin file to do this? If so where and how? Anyone? :)

    Thanks in advance.

  7. andrea_r
    Moderator
    Posted 14 years ago #

    Edit the css file in the theme. :)

  8. remdog
    Member
    Posted 14 years ago #

    How would I call for it? Would this work?

    ahp_recent_posts {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-top: 10px;
    }

  9. remdog
    Member
    Posted 14 years ago #

    Nope and this didn't work either:

    ahp-excerpt { margin-top: 2px;
    font-size: 14px;
    }

    anyone know?

  10. andrea_r
    Moderator
    Posted 14 years ago #

    Not without looking. There could be something else overriding the 14px alreayd set.

    Got Firebug? It's an extension for FireFox and there's no easier way to debug css.

About this Topic

  • Started 14 years ago by missou55
  • Latest reply from andrea_r