The MU forums have moved to WordPress.org

How to show all recent posts On a Non-WPMU Page?? (9 posts)

  1. alquimistabiologico
    Member
    Posted 15 years ago #

    Hello.

    I have WPMU installed on mysite.com/blogs. I want to show the recent posts of all blogs on a Non-WPMU Page (mysite.com/index.html).

    How can I do that?

    Please help me!!

  2. imgoel
    Member
    Posted 15 years ago #

    solved the problem, i overlooked the new settings in new wp-config.php file.
    the default blog domain and its path needed to be set manually in wp-config.php file.

  3. alquimistabiologico
    Member
    Posted 15 years ago #

    You didn't understand what I'm trying to say.

    All I want is to show the recent posts of all blogs on a Non-WPMU Page, in a HTML page.

    I think it can be done through php code, but really, I do not know how.

  4. andrea_r
    Moderator
    Posted 15 years ago #

    Get the sitewide feed plugin.
    Set it up over at feedburner.
    Get a copy of the javascript they'll give you to display that feed anywhere.
    Plunk it in your HTML page.

  5. alquimistabiologico
    Member
    Posted 15 years ago #

    Thanks andrea_r, very good solution, it works perfect.

    Know, How can I give some other format to the javascript, in addition to the offering on the feedburner site?

    Anyway, thanks a lot!

  6. a-defraeije
    Member
    Posted 15 years ago #

    Andrea,

    I would like to setup a similar thing and was hoping you could answer some of my questions?

    1) Where can I find the sitewide feed plugin

    the link on http://wpmudevorg.wordpress.com/project/WPMU-Sitewide-Feed-Plugin---ITDamager gives me a .php file instead of zip file.

    2) why should we use feedburner? I am not sure whether I understand what it does.

    Thank you,

    Adriaan Defraeije

  7. andrea_r
    Moderator
    Posted 15 years ago #

    1 - then use that php file. If it had been zipped, it woudl have a php file in it, so that eliminates one step.

    2 - running it thru feedburner gives you the javascript code *from feedburner* to be able to place the feed results anywhere you like.

  8. a-defraeije
    Member
    Posted 15 years ago #

    Thanks Andrea,
    I got it to work!

  9. unrealwonder
    Member
    Posted 15 years ago #

    You could this piece of code to get table of last 10 posts:
    $posts_list = wp_get_recent_posts(10);

About this Topic

  • Started 15 years ago by alquimistabiologico
  • Latest reply from unrealwonder