Changeset 811291
- Timestamp:
- 11/27/2013 10:37:41 AM (12 years ago)
- File:
-
- 1 edited
-
sup-posts-widget/tags/1.1/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sup-posts-widget/tags/1.1/readme.txt
r792800 r811291 1 <<<<<<< .mine 2 === Sup Post Widget === 3 Contributors: Usupdotnet 4 Donate link: 5 Tags: posts widget, posts, popular, latest, random 6 Requires at least: 2.8 7 Tested up to: 3.4 8 Stable tag: 0.4.1 9 License: GPLv2 or later 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 11 12 13 == Description == 14 Is 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 16 Feature : 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 == 24 1. Upload the sup-post-widget` folder to the `/wp-content/plugins/` directory 25 2. Activate the plugin through the 'Plugins' menu in WordPress 26 3. Go to the Appearance -> Widgets -> Choose a "Posts Widget" and drag it to the sidebar where you wish it to appear. 27 4. You are done. 28 29 == Frequently Asked Questions == 30 Q : How can I add a list of posts widget to my sidebar? 31 A : Go to the Appearance -> Widgets -> Choose a "Posts Widget" and drag it to the sidebar where you wish it to appear. 32 33 Q : How can I add a list of posts widget to my page or post? 34 A : 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 ?>`======= 1 51 === Sup Post Widget === 2 52 Contributors: Usupdotnet … … 51 101 52 102 = 0.1 = 53 * Initial release 103 * Initial release>>>>>>> .r811288
Note: See TracChangeset
for help on using the changeset viewer.