Plugin Directory

Changeset 737585


Ignore:
Timestamp:
07/08/2013 04:07:21 AM (13 years ago)
Author:
yuka2py
Message:

updates tags/0.3.1.4

Location:
wp-over-network
Files:
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • wp-over-network/tags/0.3.1.4/readme.txt

    r737559 r737585  
    55Requires at least: 3.5
    66Tested up to: 3.5.1
    7 Stable tag: 0.3.1.3
     7Stable tag: 0.3.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 This plugin contains the function to get the post data from the network site, and widgets, and short code.
    12 
     11Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
    1312
    1413== Description ==
    1514
    16 This plugin contains the function to get the post data from the network site, and widgets, and short code. 
     15Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
    1716
    1817Use the following:
     
    7877    [wponw_recent_post_list]
    7978
    80 **When use your template and specified 3 post\_types**
     79**Use your template file, includes 3 post types**
    8180
    8281    [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme]
    8382
    84 NOTICE: TemplateFileNameInYourTheme will not set file extension.
     83NOTICE: DON'T include the file extension in TemplateFileNameInYourTheme.
    8584
    86 
    87 **If you want to draw your own.**
     85**If you want to use your own rendering function.**
    8886
    8987    [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction]
  • wp-over-network/tags/0.3.1.4/wp_over_network.php

    r737552 r737585  
    66Author: HissyNC, yuka2py
    77Author URI: https://github.com/yuka2py/wp_over_network
    8 Version: 0.3.1.3
     8Version: 0.3.1.4
    99*/
    1010
  • wp-over-network/trunk/readme.txt

    r737559 r737585  
    55Requires at least: 3.5
    66Tested up to: 3.5.1
    7 Stable tag: 0.3.1.3
     7Stable tag: 0.3.1.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 This plugin contains the function to get the post data from the network site, and widgets, and short code.
    12 
     11Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
    1312
    1413== Description ==
    1514
    16 This plugin contains the function to get the post data from the network site, and widgets, and short code. 
     15Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function.
    1716
    1817Use the following:
     
    7877    [wponw_recent_post_list]
    7978
    80 **When use your template and specified 3 post\_types**
     79**Use your template file, includes 3 post types**
    8180
    8281    [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme]
    8382
    84 NOTICE: TemplateFileNameInYourTheme will not set file extension.
     83NOTICE: DON'T include the file extension in TemplateFileNameInYourTheme.
    8584
    86 
    87 **If you want to draw your own.**
     85**If you want to use your own rendering function.**
    8886
    8987    [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction]
  • wp-over-network/trunk/wp_over_network.php

    r737552 r737585  
    66Author: HissyNC, yuka2py
    77Author URI: https://github.com/yuka2py/wp_over_network
    8 Version: 0.3.1.3
     8Version: 0.3.1.4
    99*/
    1010
Note: See TracChangeset for help on using the changeset viewer.