Changeset 737585
- Timestamp:
- 07/08/2013 04:07:21 AM (13 years ago)
- Location:
- wp-over-network
- Files:
-
- 2 edited
- 8 copied
-
tags/0.3.1.4 (copied) (copied from wp-over-network/trunk)
-
tags/0.3.1.4/WPONW_RecentPostsWidget.php (copied) (copied from wp-over-network/trunk/WPONW_RecentPostsWidget.php)
-
tags/0.3.1.4/languages (copied) (copied from wp-over-network/trunk/languages)
-
tags/0.3.1.4/readme.txt (copied) (copied from wp-over-network/trunk/readme.txt) (2 diffs)
-
tags/0.3.1.4/screenshot-1.png (copied) (copied from wp-over-network/trunk/screenshot-1.png)
-
tags/0.3.1.4/screenshot-2.png (copied) (copied from wp-over-network/trunk/screenshot-2.png)
-
tags/0.3.1.4/templates (copied) (copied from wp-over-network/trunk/templates)
-
tags/0.3.1.4/wp_over_network.php (copied) (copied from wp-over-network/trunk/wp_over_network.php) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wp_over_network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-over-network/tags/0.3.1.4/readme.txt
r737559 r737585 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3.1. 37 Stable tag: 0.3.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 This plugin contains the function to get the post data from the network site, and widgets, and short code. 12 11 Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function. 13 12 14 13 == Description == 15 14 16 This plugin contains the function to get the post data from the network site, and widgets, and short code. 15 Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function. 17 16 18 17 Use the following: … … 78 77 [wponw_recent_post_list] 79 78 80 ** When use your template and specified 3 post\_types**79 **Use your template file, includes 3 post types** 81 80 82 81 [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme] 83 82 84 NOTICE: TemplateFileNameInYourTheme will not set file extension.83 NOTICE: DON'T include the file extension in TemplateFileNameInYourTheme. 85 84 86 87 **If you want to draw your own.** 85 **If you want to use your own rendering function.** 88 86 89 87 [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 6 6 Author: HissyNC, yuka2py 7 7 Author URI: https://github.com/yuka2py/wp_over_network 8 Version: 0.3.1. 38 Version: 0.3.1.4 9 9 */ 10 10 -
wp-over-network/trunk/readme.txt
r737559 r737585 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3.1. 37 Stable tag: 0.3.1.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 This plugin contains the function to get the post data from the network site, and widgets, and short code. 12 11 Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function. 13 12 14 13 == Description == 15 14 16 This plugin contains the function to get the post data from the network site, and widgets, and short code. 15 Add ability to get posts from over your network sites. Supports widget, shortcode, and customizable original function. 17 16 18 17 Use the following: … … 78 77 [wponw_recent_post_list] 79 78 80 ** When use your template and specified 3 post\_types**79 **Use your template file, includes 3 post types** 81 80 82 81 [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme] 83 82 84 NOTICE: TemplateFileNameInYourTheme will not set file extension.83 NOTICE: DON'T include the file extension in TemplateFileNameInYourTheme. 85 84 86 87 **If you want to draw your own.** 85 **If you want to use your own rendering function.** 88 86 89 87 [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction] -
wp-over-network/trunk/wp_over_network.php
r737552 r737585 6 6 Author: HissyNC, yuka2py 7 7 Author URI: https://github.com/yuka2py/wp_over_network 8 Version: 0.3.1. 38 Version: 0.3.1.4 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.