Plugin Directory

Changeset 579573


Ignore:
Timestamp:
07/31/2012 05:04:47 AM (14 years ago)
Author:
codeext
Message:

readme correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • network-shared-posts/trunk/readme.txt

    r579559 r579573  
    1 === Network Global Posts === 
     1=== Network Shared Posts === 
    22
    3 Contributors: Code Ext, Inc
     3Contributors: Code Ext
    44Donate link: : http://code-ext.com/blog/2012/07/30/network-shared-posts/
    5 Tags: network global posts, network posts, global posts, multisite posts.
     5Tags: network global posts, network posts, global posts, multisite posts, shared posts.
    66Requires at least: 3.0
    77Tested up to: 3.4.1
    8 Stable tag: 1.0
     8Stable tag: 1.0.0
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Installation ==
    1313
    14 1. Upload `network-global-posts' folder to the `/wp-content/plugins/` directory
     141. Upload `network-shared-posts' folder to the `/wp-content/plugins/` directory
    15152. Activate the plugin through the 'Plugins' menu in WordPress
    1616
    1717== Description ==
    1818
    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.
     19Network 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 />
    2020You 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.
    2121
    2222== Frequently Asked Questions ==
    2323
    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 ? =
     25Put a short code [netsposts ] into your page content .<br />
     26Sample: [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]
    2827
    2928= 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′). .
     29Short 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 />
    4140‘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=’&#60;div class=myclass>’ wrap_end=’&#60;/div>)’<br />
    4746
    4847= 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.
     48Network Shared Posts Ext (extended version) enables you :<br />
     491. To remove page title or change its style<br />
     502. Put your own title in content area.<br />
     512. To display a menu on the left site of content.<br />
     523. To display posts in multi column layout.<br />
    5453Visit plugin web site http://code-ext.com/blog/2012/07/30/network-shared-posts/  for more information.
    5554
Note: See TracChangeset for help on using the changeset viewer.