=== Cross-Network posts === Contributors: DanielTulp Donate link: Tags: network, mu, post, posts, blog, category, cross-network, other blog Requires at least: 3.0 Tested up to: 3.5.1 Stable tag: 1.01 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Gets a post or category that is within another website on the same Wordpress network. == Description == Gets a post or category that is within another website on the same Wordpress network. Useful if you have a wordpress network (WP-MU) and you want to display a post or posts from a category that is/are on one website in the network on another. For instance when you only want to manage a plugin on one network site. Use as shortcode: `[cnp blogid=1 postid=1]` = Attributes = __Mandatory__ **blogid** is the ID of the blog you wish to pull the post from (go to Network->Sites and hover over the site to view the ID). Instead of **postid=** you can also use **catid=** to display all posts from a category. __Optional__ **header=1** -> header number (i.e. h1 ), no title if you set it to 0 (default is 2) **excerpt=true** -> if you only want to display excerpts with read more links to the post on the other website **numberofposts=5** -> for displaying a certain number of posts from a category (default is 5) **titlelink=false** -> if you don't want the title to have a permalink (default is true) __Working with other plugins__ If you want to display a plugin through a shortcode that is in one of the posts that you are displaying, make sure that the plugin is also active on the network site where you use CNP. == Installation == 1. install (or download zip and upload) and activate the plugin on the Plugins page 2. add shortcode `[cnp blogid=1 postid=1]` to page or post content == Changelog == = 1.01 = Updated description on the plugin page in your WP network = 1.0 = * Initial release