Changeset 656694
- Timestamp:
- 01/22/2013 06:17:52 AM (13 years ago)
- File:
-
- 1 copied
-
featured-post/trunk/readme.txt (copied) (copied from featured-post/trunk/readme.txt) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
featured-post/trunk/readme.txt
r326678 r656694 1 1 === Plugin Name === 2 2 Contributors: Sovit Tamrakar 3 Tags: Post, Posts, Featured Post, Post Management3 Tags: Post, Posts, Featured Post, Featured, Featured Custom Posts 4 4 Requires at least: 2.9.2 5 Tested up to: 3.0 5 Tested up to: 3.5 6 Stable tag: 2.0 7 License: GPLv2 or later 6 8 7 Plugin for the featured post and management.9 Featured Post Plugin for Wordpress. 8 10 9 11 == Description == … … 13 15 14 16 Now added widget for listing featured post in sidebar widgets with custom number of post. 17 18 *Supports Custom Post Type* 15 19 16 20 == Installation == … … 23 27 4. Put the code `<?php query_posts($query_string."&featured=yes"); ?>` before the post loop starts where you want to showt he featured posts. 24 28 5. Put a widget on sidebar for listing featured post in unordered list 25 6. NOTE: ::::::****Please just after the loop you have called the custom query <?php query_posts(*."&featured=yes"); ?> don't forget to add wp_reset_query(); after the loop, else you will have all other normal post loops showing the featured posts.29 6. NOTE: ****Please just after the loop you have called the custom query <?php query_posts(*."&featured=yes"); ?> don't forget to add wp_reset_query(); after the loop, else you will have all other normal post loops showing the featured posts. 26 30 27 31 == Upgrade Notice == … … 39 43 = 1.4.1 = 40 44 Fixed some other minor bug with widget (Just for some more features updates) 41 45 = 2.0 = 46 Did major update to work with Worpdress Version 3.5 42 47 43 48 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.