We'll create fresh WordPress site with Category Post Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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;
}