Viewing 5 replies - 1 through 5 (of 5 total)
  • How about using the RSS sidebar widget in the second blog showing the latest posts from the first blog’s feed?

    Hi

    As far as I know widget is for WP v2, and I have to use WP 1.5. Cuase I am using different language (to write and edit posts by default – JS) and this function does not work in v2 of WP. (This is a Java code that lets me to write in my Language even when I do not have it installed on my PC)

    If I am wrong please tell me how to do it for WP 1.5

    CG-FeedRead is an aggregator, will work with wp15 or wp2, and should do a sidebar recent-entries list pretty easily.

    No it is not my job!! sorry davidchait, but I am not good at coding. I need some thing easy.

    CG-FeedRead is pretty easy, if all you want to do is show a set of links in say your sidebar. So long as you have it installed on the blogs, it can be as simple as adding something like this to your sidebar:

    getSomeFeed(“http://my.blog.here/feed/”);

    That will, using the defaults, show you titles and links to the 5 most recent posts on the site given to it.

    It can get more complex as you want it to — it can cache (store results locally, for speed) if you give a name to the feed, you can ask for more (or less) items, you can ask for the details in addition to the title, etc., etc.

    -d

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to show Recent posts from 1 blog in 2 blog (same or diff domain)’ is closed to new replies.