Plugin Directory

Changeset 656694


Ignore:
Timestamp:
01/22/2013 06:17:52 AM (13 years ago)
Author:
ssovit
Message:
  • updated readme.txt
File:
1 copied

Legend:

Unmodified
Added
Removed
  • featured-post/trunk/readme.txt

    r326678 r656694  
    11=== Plugin Name ===
    22Contributors: Sovit Tamrakar
    3 Tags: Post, Posts, Featured Post, Post Management
     3Tags: Post, Posts, Featured Post, Featured, Featured Custom Posts
    44Requires at least: 2.9.2
    5 Tested up to: 3.0
     5Tested up to: 3.5
     6Stable tag: 2.0
     7License: GPLv2 or later
    68
    7 Plugin for the featured post and management.
     9Featured Post Plugin for Wordpress.
    810
    911== Description ==
     
    1315
    1416Now added widget for listing featured post in sidebar widgets with custom number of post.
     17
     18*Supports Custom Post Type*
    1519
    1620== Installation ==
     
    23274. Put the code `<?php query_posts($query_string."&featured=yes"); ?>` before the post loop starts where you want to showt he featured posts.
    24285. 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.
     296. 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.
    2630
    2731== Upgrade Notice ==
     
    3943= 1.4.1 =
    4044Fixed some other minor bug with widget (Just for some more features updates)
    41 
     45= 2.0 =
     46Did major update to work with Worpdress Version 3.5
    4247
    4348== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.