This plugin is to display post by category in your page/post
This plugin allow you to display post list in your page or post by using shortcode.
just put this shortcode in your post or pages
[cat totalposts=”3″ category=”1,3″ thumbnail=”true” excerpt=”true” ]
thumbnail
* create custom field key as thumbnail-url and put your thumbnail url in the value area
style at your own
* you need to style your category-post-shortcode plugin in your style.css example
.cat-post{
width:100%;
}
.cat-post-list{
display: block;
margin-bottom: 20px;
position: relative;
}
.cat-post-images{
float:left;
width:140px;
display:block;
}
.cat-content{
width:350px;
float:right;
}
.cat-post-title{
display: block;
width:100%;
}
.cat-post-date{
display: block;
width:100%;
}
.cat-clear{
clear:both;
}
Install like any other basic plugin:
Copy the category-post-shortcode folder to your /wp-content/plugins/ folder
Activate the Category Post Shortcode on your plugin-page.