• cristeanmacmhicheil

    (@cristeanmacmhicheil)


    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’); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Why not use an RSS widget for that?

    Thread Starter cristeanmacmhicheil

    (@cristeanmacmhicheil)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display blog posts on another installation’ is closed to new replies.