Plugin Directory

Changeset 704213


Ignore:
Timestamp:
04/26/2013 01:53:58 PM (13 years ago)
Author:
DanielTulp
Message:

updated readme.txt

Location:
cross-network-posts/tags/1.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cross-network-posts/tags/1.0/cnp.php

    r704171 r704213  
    88License: GPLv2 or later
    99*/
    10 function GetPostFromBlog($atts, $content=null) {
     10function GetPostFromBlog($atts, $content) {
     11   
    1112    ob_start();
    1213   
     
    4849    $query = new WP_Query($args);
    4950    while ($query->have_posts()) : $query->the_post();
    50    
    5151        if($header != 0):?>
    5252            <h<?php echo $header;?>>
  • cross-network-posts/tags/1.0/readme.txt

    r704176 r704213  
    1 === Cross-network posts ===
     1=== Cross-Network posts ===
    22Contributors: DanielTulp
    33Donate link:
     
    1010
    1111== Description ==
     12Gets a post or posts that are within another blog on the same **Wordpress network**.
     13   
     14Useful 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.
    1215
    13 Gets a post or posts that are within another blog on the same network.
    14    
    15 Useful if you have a wordpress network (WP-MU) install and you want to display contents of one site on another. For instance when you only want to manage a plugin from one network site.
     16==Notes==
    1617Use as shortcode:
    1718   
     
    2728**titlelink=false** -> if you don't want the title to have a permalink (default is true)
    2829
     30If 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.
     31
    2932== Installation ==
    3033
Note: See TracChangeset for help on using the changeset viewer.