Plugin Directory

Changeset 811291


Ignore:
Timestamp:
11/27/2013 10:37:41 AM (12 years ago)
Author:
usupdotnet
Message:

edited

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sup-posts-widget/tags/1.1/readme.txt

    r792800 r811291  
     1<<<<<<< .mine
     2=== Sup Post Widget ===
     3Contributors: Usupdotnet
     4Donate link: 
     5Tags: posts widget, posts, popular, latest, random
     6Requires at least: 2.8
     7Tested up to: 3.4
     8Stable tag: 0.4.1
     9License: GPLv2 or later
     10License URI: http://www.gnu.org/licenses/gpl-2.0.html
     11
     12
     13== Description ==
     14Is a plugin where you can display the number of popular posts, latest and random post with thumbnail image on your sidebar or page/post using short code.
     15
     16Feature :
     17- Random post, Popular Posts and Latest posts
     18- Thumbnail image, support 3rdparty source image
     19- Widget ready
     20- Short code support
     21- Tabview menu with jQuery
     22
     23== Installation ==
     241. Upload the sup-post-widget` folder to the `/wp-content/plugins/` directory
     252. Activate the plugin through the 'Plugins' menu in WordPress
     263. Go to the Appearance -> Widgets ->  Choose a "Posts Widget" and drag it to the sidebar where you wish it to appear.
     274. You are done.
     28
     29== Frequently Asked Questions ==
     30Q : How can I add a list of posts widget to my sidebar?
     31A : Go to the Appearance -> Widgets ->  Choose a "Posts Widget" and drag it to the sidebar where you wish it to appear.
     32
     33Q : How can I add a list of posts widget to my page or post?
     34A : You can use the short code to add a list popular, random or latest post to the page/post.
     35    Manual widget code : <?php echo spw_display(''); ?>
     36
     37    Individual selection Use short codes below to your post/page:
     38    Popular post   :  [sup_popular]
     39    Latest post    :  [sup_latest]
     40    Random post    :  [sup_random]
     41
     42
     43== Screenshots ==
     44
     45== Changelog ==
     46
     47= 0.1 =
     48* Initial release
     49
     50<?php code(); // goes in backticks ?>`=======
    151=== Sup Post Widget ===
    252Contributors: Usupdotnet
     
    51101
    52102= 0.1 =
    53 * Initial release
     103* Initial release>>>>>>> .r811288
Note: See TracChangeset for help on using the changeset viewer.