Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

So, I have a site at mydomain.com and then the blog at blog.mydomain.com (just an example doman name). I want to be able to put the title from the latest blog post at the top of the main site. Is this possible using multisite?

share|improve this question
What do you want to use? The XML_RPC library to cross post, the WP HTTP API to remote request or simply do queries, as you got multisite? – kaiser Nov 27 '12 at 20:35
I suppose I just want to use a query and echo the latest post from the blog.mydomain.com into the top of my home.php file (does this sound right?) – James Nov 27 '12 at 20:42
Have a look at wordpress.org/extend/plugins/network-latest-posts – bungeshea Dec 2 '12 at 4:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.