Plugin Directory

Changeset 704560


Ignore:
Timestamp:
04/27/2013 06:26:25 AM (13 years ago)
Author:
DanielTulp
Message:

update readme.txt

Location:
cross-network-posts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cross-network-posts/tags/1.0/readme.txt

    r704217 r704560  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
     11Gets a post or category that is within another website on the same Wordpress network.
     12   
    1113== Description ==
    12 Gets a post or posts that are within another blog on the same **Wordpress network**.
     14Gets a post or category that is within another website on the same Wordpress network.
    1315   
    14 Useful if you have a wordpress network (WP-MU) and you want to display a post or categorie of posts of one site on another. For instance when you only want to manage a plugin on one network site.
     16Useful 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.
    1517
    16 ==Notes==
    1718Use as shortcode:
    1819   
    19     `[cnp blogid=1 postid=1]`
     20`[cnp blogid=1 postid=1]`
     21
     22=Attributes=
    2023
    2124**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).
     
    2326Instead of **postid=** you can also use **catid=** to display all posts from a category.
    2427       
    25 Other attributes:
    2628**header=1** -> h1 (or other header if you change number), no title if you don't set it
    2729
  • cross-network-posts/trunk/readme.txt

    r704217 r704560  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
     11Gets a post or category that is within another website on the same Wordpress network.
     12   
    1113== Description ==
    12 Gets a post or posts that are within another blog on the same **Wordpress network**.
     14Gets a post or category that is within another website on the same Wordpress network.
    1315   
    14 Useful if you have a wordpress network (WP-MU) and you want to display a post or categorie of posts of one site on another. For instance when you only want to manage a plugin on one network site.
     16Useful 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.
    1517
    16 ==Notes==
    1718Use as shortcode:
    1819   
    19     `[cnp blogid=1 postid=1]`
     20`[cnp blogid=1 postid=1]`
     21
     22=Attributes=
    2023
    2124**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).
     
    2326Instead of **postid=** you can also use **catid=** to display all posts from a category.
    2427       
    25 Other attributes:
    2628**header=1** -> h1 (or other header if you change number), no title if you don't set it
    2729
Note: See TracChangeset for help on using the changeset viewer.