Getting post-thumbnails from another WP site
There are (at least) two (2) ways to approach this: You can query the second database which will require you to maintain the database credentials in two places, or at least in an include file, or You could create a simple JSON feed for your photo blog and consume the feed on your main blog … Read more