Changeset 737537
- Timestamp:
- 07/07/2013 11:41:21 PM (13 years ago)
- Location:
- wp-over-network
- Files:
-
- 4 added
- 2 edited
- 6 copied
-
assets/banner-772x250.fw.png (added)
-
assets/banner-772x250.png (added)
-
assets/screenshot-1.png (added)
-
assets/screenshot-2.png (added)
-
tags/0.3.1.2 (copied) (copied from wp-over-network/trunk)
-
tags/0.3.1.2/WPONW_RecentPostsWidget.php (copied) (copied from wp-over-network/trunk/WPONW_RecentPostsWidget.php)
-
tags/0.3.1.2/languages (copied) (copied from wp-over-network/trunk/languages)
-
tags/0.3.1.2/readme.txt (copied) (copied from wp-over-network/trunk/readme.txt) (5 diffs)
-
tags/0.3.1.2/templates (copied) (copied from wp-over-network/trunk/templates)
-
tags/0.3.1.2/wp_over_network.php (copied) (copied from wp-over-network/trunk/wp_over_network.php) (1 diff)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/wp_over_network.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-over-network/tags/0.3.1.2/readme.txt
r737504 r737537 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3.1. 17 Stable tag: 0.3.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 15 == Description ==16 17 This plugin contains the function to get the post data from the network site, and widgets, and short code.18 15 19 16 20 17 21 18 22 == Installation ==19 == Description == 23 20 24 1. Upload `wp_orver_network` to the `/wp-content/plugins/` directory 25 2. Activate the plugin through the 'Plugins' menu in WordPress 26 3. using in your template or shortcode or widget. 21 This plugin contains the function to get the post data from the network site, and widgets, and short code. 27 22 23 Use the following: 28 24 29 == Screenshots ==30 31 1. Widget setting.32 2. Widget on front site.33 34 35 36 == Upgrade Notice ==37 38 None currently.39 40 41 == Frequently Asked Questions ==42 43 None currently.44 45 46 == Usage ==47 25 48 26 = In template = 49 27 28 ``` 50 29 <?php 51 30 … … 93 72 get_sidebar(); 94 73 get_footer(); 74 ``` 75 95 76 96 77 … … 100 81 Arguments, can be used the same as `wponw::render_post_archive_to_string`. 101 82 102 * Display with default.83 **Display with default.** 103 84 104 [wponw_recent_post_list] 85 ```[wponw_recent_post_list]``` 105 86 106 * When use your template and specified 3 post\_types 107 108 [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme] 109 110 NOTICE: TemplateFileNameInYourTheme will not set file extension. 87 **When use your template and specified 3 post\_types** 88 89 ``` 90 [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme] 91 ``` 92 93 NOTICE: TemplateFileNameInYourTheme will not set file extension. 111 94 112 95 113 * If you want to draw your own. 114 115 [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction] 96 **If you want to draw your own.** 116 97 98 ``` 99 [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction] 100 ``` 117 101 118 * To create an archive page with a page. 119 You create the new page, and write the below shortcode in the post content. 120 121 [wponw_recent_post_list post_type=products,updates] 102 **To create an archive page with a page.** 103 104 You create the new page, and write the below shortcode in the post content. 105 106 ``` 107 [wponw_recent_post_list post_type=products,updates] 108 ``` 122 109 123 110 … … 126 113 127 114 115 116 == Installation == 117 118 1. Upload `wp_orver_network` to the `/wp-content/plugins/` directory 119 2. Activate the plugin through the 'Plugins' menu in WordPress 120 3. using in your template or shortcode or widget. 121 122 123 == Screenshots == 124 125 1. Widget setting. 126 2. Widget on front site. 127 128 129 130 == Upgrade Notice == 131 132 None currently. 133 134 135 == Frequently Asked Questions == 136 137 None currently. 138 139 140 128 141 == Changelog == 129 142 130 = 0.3.1. 0, 0.3.1.1=143 = 0.3.1.x = 131 144 * Update document. and Fixed a mistake in the readme. 132 145 -
wp-over-network/tags/0.3.1.2/wp_over_network.php
r737504 r737537 6 6 Author: @HissyNC, @yuka2py 7 7 Author URI: https://github.com/yuka2py/wp_over_network 8 Version: 0.3.1. 18 Version: 0.3.1.2 9 9 */ 10 10 -
wp-over-network/trunk/readme.txt
r737504 r737537 5 5 Requires at least: 3.5 6 6 Tested up to: 3.5.1 7 Stable tag: 0.3.1. 17 Stable tag: 0.3.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 14 14 15 == Description ==16 17 This plugin contains the function to get the post data from the network site, and widgets, and short code.18 15 19 16 20 17 21 18 22 == Installation ==19 == Description == 23 20 24 1. Upload `wp_orver_network` to the `/wp-content/plugins/` directory 25 2. Activate the plugin through the 'Plugins' menu in WordPress 26 3. using in your template or shortcode or widget. 21 This plugin contains the function to get the post data from the network site, and widgets, and short code. 27 22 23 Use the following: 28 24 29 == Screenshots ==30 31 1. Widget setting.32 2. Widget on front site.33 34 35 36 == Upgrade Notice ==37 38 None currently.39 40 41 == Frequently Asked Questions ==42 43 None currently.44 45 46 == Usage ==47 25 48 26 = In template = 49 27 28 ``` 50 29 <?php 51 30 … … 93 72 get_sidebar(); 94 73 get_footer(); 74 ``` 75 95 76 96 77 … … 100 81 Arguments, can be used the same as `wponw::render_post_archive_to_string`. 101 82 102 * Display with default.83 **Display with default.** 103 84 104 [wponw_recent_post_list] 85 ```[wponw_recent_post_list]``` 105 86 106 * When use your template and specified 3 post\_types 107 108 [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme] 109 110 NOTICE: TemplateFileNameInYourTheme will not set file extension. 87 **When use your template and specified 3 post\_types** 88 89 ``` 90 [wponw_recent_post_list numberposts=8 post_type=products,promotions,information template=TemplateFileNameInYourTheme] 91 ``` 92 93 NOTICE: TemplateFileNameInYourTheme will not set file extension. 111 94 112 95 113 * If you want to draw your own. 114 115 [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction] 96 **If you want to draw your own.** 116 97 98 ``` 99 [wponw_recent_post_list numberposts=5 post_type=products renderer=YourRenderFunction] 100 ``` 117 101 118 * To create an archive page with a page. 119 You create the new page, and write the below shortcode in the post content. 120 121 [wponw_recent_post_list post_type=products,updates] 102 **To create an archive page with a page.** 103 104 You create the new page, and write the below shortcode in the post content. 105 106 ``` 107 [wponw_recent_post_list post_type=products,updates] 108 ``` 122 109 123 110 … … 126 113 127 114 115 116 == Installation == 117 118 1. Upload `wp_orver_network` to the `/wp-content/plugins/` directory 119 2. Activate the plugin through the 'Plugins' menu in WordPress 120 3. using in your template or shortcode or widget. 121 122 123 == Screenshots == 124 125 1. Widget setting. 126 2. Widget on front site. 127 128 129 130 == Upgrade Notice == 131 132 None currently. 133 134 135 == Frequently Asked Questions == 136 137 None currently. 138 139 140 128 141 == Changelog == 129 142 130 = 0.3.1. 0, 0.3.1.1=143 = 0.3.1.x = 131 144 * Update document. and Fixed a mistake in the readme. 132 145 -
wp-over-network/trunk/wp_over_network.php
r737504 r737537 6 6 Author: @HissyNC, @yuka2py 7 7 Author URI: https://github.com/yuka2py/wp_over_network 8 Version: 0.3.1. 18 Version: 0.3.1.2 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.