Forums

Display blog posts on another installation (3 posts)

  1. CristeanMacMhicheil
    Member
    Posted 4 years ago #

    I have a multilingual site that has 4 installations of WordPress. One for the Gaelic version of the site, one for the English version, one for my personal blog, and one for a shared blog.

    Is it possible for me to display the latest posts from my personal blog, in the sidebar of the Gaelic and English installations of WordPress? i.e. Is there a way for me to set the following to fetch the posts from an external installation of wordpress rather than the current?

    <li id="recent-posts">
    <h2 style="text-align: center">Teachdaireachdan As ùire</h2>

      <?php wp_get_archives('type=postbypost&limit=5'); ?>
  2. MichaelH
    Member
    Posted 4 years ago #

    Why not use an RSS widget for that?

  3. CristeanMacMhicheil
    Member
    Posted 4 years ago #

    Why not use an RSS widget for that?

    Thanks for the tip, Michael. I have tried to do that but all I get is an error message saying:

    An error has occurred; the feed is probably down. Try again later.

    Any ideas what is wrong? I tried entering the RSS 2, RSS 0.92 and the Atom 0.3 URLs and get the same error each time.

Topic Closed

This topic has been closed to new replies.

About this Topic