=== Plugin Name === Contributor : SudinaPrashob Tags: post, category, dynamic shortcode Requires at least: 3.0.1 Tested up to: 3.9.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stable tag: 1.5 == Description == The post-category plugin is to display post belongs to a particular category. You can use shortcode either in post or page to display the posts. Able to select category and option of hide title, image,content. Number of post, class name can input through shortcode. The alignment of post can be done by using the classname. == Installation == 1. Upload `post-in-a-category.zip` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Click on Post Category settings that appears on admin menu. 4. Select which are the options you want to show and hide. ie. title,image,content. 5. Give shortcode [displaypost num="//Number of posts//" classname="//Your class name//"] where you want to display the post. == Frequently Asked Questions == 1. Can I use this shortcode in post? Ans: You can use in both post and page. == Screenshots == 1. **Settings** - Settings page of post-in-a-category. 2. **shortcode format** - shortcode format of post-in-a-category. == Changelog == 1.0 *Display all post in a page 1.5 *Category changed to dropdown list.