Conditional Tags
-
Using is_multisite to loop in a post from another blog
Multisite is a powerful feature that allows us to manage multiple blogs within a single WordPress installation. In this post I briefly describe how to post content from the main site to a sub-site. We can use any method you like to query a post from the main site. In this example I’m using WP_Query…