Changeset 579573
- Timestamp:
- 07/31/2012 05:04:47 AM (14 years ago)
- File:
-
- 1 edited
-
network-shared-posts/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-shared-posts/trunk/readme.txt
r579559 r579573 1 === Network GlobalPosts ===1 === Network Shared Posts === 2 2 3 Contributors: Code Ext , Inc3 Contributors: Code Ext 4 4 Donate link: : http://code-ext.com/blog/2012/07/30/network-shared-posts/ 5 Tags: network global posts, network posts, global posts, multisite posts .5 Tags: network global posts, network posts, global posts, multisite posts, shared posts. 6 6 Requires at least: 3.0 7 7 Tested up to: 3.4.1 8 Stable tag: 1.0 8 Stable tag: 1.0.0 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Installation == 13 13 14 1. Upload `network- global-posts' folder to the `/wp-content/plugins/` directory14 1. Upload `network-shared-posts' folder to the `/wp-content/plugins/` directory 15 15 2. Activate the plugin through the 'Plugins' menu in WordPress 16 16 17 17 == Description == 18 18 19 Network Shared Posts is a plugin for WordPress that enables you to share posts over WP Multi Site network. You can display the posts from all blogs in your network on any blog or you can select blogs to display posts from. This plugin is very useful for multi level network. For example city.state.country.com : ’state’ level site can collect posts from ‘city‘ level sites and/or its own posts, ‘country‘ level site can collect posts from ‘state‘ level sites and/or ’city‘ level sites and/or its own posts. 19 Network Shared Posts is a plugin for WordPress that enables you to share posts over WP Multi Site network. You can display the posts from all blogs in your network on any blog or you can select blogs to display posts from. This plugin is very useful for multi level network. For example city.state.country.com : ’state’ level site can collect posts from ‘city‘ level sites and/or its own posts, ‘country‘ level site can collect posts from ‘state‘ level sites and/or ’city‘ level sites and/or its own posts.<br /> 20 20 You can specify categories and tags. All posts will be shown in the latest date order no matter from what blog they were taken. You can specify how old (in days) the collected posts may be. Also you can specify how many posts should be displayed from each blog. You can set thumbnails image size and style or disable thumbnails at all. You can adjust CSS styles editing CSS file. 21 21 22 22 == Frequently Asked Questions == 23 23 24 = How to use Network Global Posts ? = 25 Put a short code [netsposts ] into your page content . 26 Sample: 27 [netsposts include_blog=’1,2,5′ days=’30′ taxonomy=’news’ titles_only=false show_author=true thumbnail=true size=’90,90′ image_class=’ alignleft’ auto_excerpt=true excerpt_length=500 show_author=true paginate=true list=5] 24 = How to use Network Shared Posts ? = 25 Put a short code [netsposts ] into your page content .<br /> 26 Sample: [netsposts include_blog=’1,2,5′ days=’30′ taxonomy=’news’ titles_only=false show_author=true thumbnail=true size=’90,90′ image_class=’ alignleft’ auto_excerpt=true excerpt_length=500 show_author=true paginate=true list=5] 28 27 29 28 = What short code attributes i can use ? = 30 Short code attributes: 31 ‘include_blog’ – list of blogs, with the posts which will be displayed (default all blogs). 32 ‘days’ – how old in days the post can be (default ’0′ – no limit). 33 ‘taxonomy’ – list of categories and/or tags for the posts selection (use slugs only) (default all). 34 ‘titles_only’ – if true shows titles only (default ‘false’). 35 ‘show_author’ – if true shows a post’s author (default ‘false’). 36 ‘thumbnail’ - if true shows thumbnails (default ‘false’). 37 ‘size’ - size of thumbnail (width, height) (default ‘thumbnail’). 38 ‘image_class’ – CSS class for image (default ‘post-thumbnail’). .39 ‘auto_excerpt’ - if true an excerpt will be taken from post content, if false a post excerpt will be used (default ‘true’). .40 ‘excerpt_length’ – the length of excerpt (auto_excerpt should be true)(default ’400′). .29 Short code attributes:<br /> 30 ‘include_blog’ – list of blogs, with the posts which will be displayed (default all blogs).<br /> 31 ‘days’ – how old in days the post can be (default ’0′ – no limit).<br /> 32 ‘taxonomy’ – list of categories and/or tags for the posts selection (use slugs only) (default all).<br /> 33 ‘titles_only’ – if true shows titles only (default ‘false’).<br /> 34 ‘show_author’ – if true shows a post’s author (default ‘false’).<br /> 35 ‘thumbnail’ - if true shows thumbnails (default ‘false’).<br /> 36 ‘size’ - size of thumbnail (width, height) (default ‘thumbnail’).<br /> 37 ‘image_class’ – CSS class for image (default ‘post-thumbnail’).<br /> 38 ‘auto_excerpt’ - if true an excerpt will be taken from post content, if false a post excerpt will be used (default ‘true’).<br /> 39 ‘excerpt_length’ – the length of excerpt (auto_excerpt should be true)(default ’400′). <br /> 41 40 ‘paginate’ – if true the result will be paginated (default ‘false’). 42 ‘list’ – how many posts per page (default ’10′). .43 ‘post_type’ – type of posts (default ‘post’). 44 ‘full_text’ - full text instead of excerpt (default ‘false’). 45 ‘date_format’ – format of the post date (default ’n/j/Y’). 46 ‘wrap_start’, ‘wrap_end’ - you can wrap the posts (for example wrap_start=’ <div class=myclass>’ wrap_end=’</div>)’41 ‘list’ – how many posts per page (default ’10′).<br /> 42 ‘post_type’ – type of posts (default ‘post’).<br /> 43 ‘full_text’ - full text instead of excerpt (default ‘false’).<br /> 44 ‘date_format’ – format of the post date (default ’n/j/Y’).<br /> 45 ‘wrap_start’, ‘wrap_end’ - you can wrap the posts (for example wrap_start=’<div class=myclass>’ wrap_end=’</div>)’<br /> 47 46 48 47 = What other options i can get ? = 49 Network Shared Posts Ext (extended version) enables you : 50 1. To remove page title or change its style 51 2. Put your own title in content area. 52 2. To display a menu on the left site of content. 53 3. To display posts in multi column layout. 48 Network Shared Posts Ext (extended version) enables you :<br /> 49 1. To remove page title or change its style<br /> 50 2. Put your own title in content area.<br /> 51 2. To display a menu on the left site of content.<br /> 52 3. To display posts in multi column layout.<br /> 54 53 Visit plugin web site http://code-ext.com/blog/2012/07/30/network-shared-posts/ for more information. 55 54
Note: See TracChangeset
for help on using the changeset viewer.