Changeset 704560
- Timestamp:
- 04/27/2013 06:26:25 AM (13 years ago)
- Location:
- cross-network-posts
- Files:
-
- 2 edited
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cross-network-posts/tags/1.0/readme.txt
r704217 r704560 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Gets a post or category that is within another website on the same Wordpress network. 12 11 13 == Description == 12 Gets a post or posts that are within another blog on the same **Wordpress network**.14 Gets a post or category that is within another website on the same Wordpress network. 13 15 14 Useful if you have a wordpress network (WP-MU) and you want to display a post or categorie of posts of one siteon another. For instance when you only want to manage a plugin on one network site.16 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. 15 17 16 ==Notes==17 18 Use as shortcode: 18 19 19 `[cnp blogid=1 postid=1]` 20 `[cnp blogid=1 postid=1]` 21 22 =Attributes= 20 23 21 24 **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). … … 23 26 Instead of **postid=** you can also use **catid=** to display all posts from a category. 24 27 25 Other attributes:26 28 **header=1** -> h1 (or other header if you change number), no title if you don't set it 27 29 -
cross-network-posts/trunk/readme.txt
r704217 r704560 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Gets a post or category that is within another website on the same Wordpress network. 12 11 13 == Description == 12 Gets a post or posts that are within another blog on the same **Wordpress network**.14 Gets a post or category that is within another website on the same Wordpress network. 13 15 14 Useful if you have a wordpress network (WP-MU) and you want to display a post or categorie of posts of one siteon another. For instance when you only want to manage a plugin on one network site.16 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. 15 17 16 ==Notes==17 18 Use as shortcode: 18 19 19 `[cnp blogid=1 postid=1]` 20 `[cnp blogid=1 postid=1]` 21 22 =Attributes= 20 23 21 24 **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). … … 23 26 Instead of **postid=** you can also use **catid=** to display all posts from a category. 24 27 25 Other attributes:26 28 **header=1** -> h1 (or other header if you change number), no title if you don't set it 27 29
Note: See TracChangeset
for help on using the changeset viewer.