featured area post
featured area post
Description
This plugin can help you set featured post for different areas of your site. To use it you just need to pass query var featured_area= (feauerd area no) to query_posts function.
Installation
Upload the featured area post plugin to your blog, Activate it.
You’re done!
Faq
How to use this plugin?
First upload and activate the plugin. Then use following as for example.
query_posts(‘featured_area=1’); //to show the post from featured area 1.
