With 2 separate WP installations, on the same server, but using different databases (with the same database user), can I pass the archive list or latest post list via template tag between the two WP blogs?
In other words, is there a way to configure a template tag like get_archive to get the archive of another blog installation?
All I want to do is list the latest posts of another blog. Is this better (easier) done with some sort of include or rss?