Display Custom Post free WordPress plugin
Description
Display Custom Post free WordPress plugin
This plugin allow you to show your custom posts in a page / post / custom post within few seconds. You will need to select the custom post type from dropdown and it will provide you shortcode [dcp_show type=’your-custom-post-slug’] which you need to put in any post or page in order to show custom posts in grid layout. There are number of attributes that you can use with the provided shortcode.
You can even display default WordPress blog posts with shortcode [dcp_show type=’post’] using same attributes.
List of shortcode attributes is given below:
number => Number of posts display on per page
order => In what order posts will be displayed, Possible Values: ASC, DESC
orderby => Possible values are given below:
date – Default value
none – No order
author – Order by author
title – Order by title
date – Order by date
modified – Order by last modified date
parent – Order by post/page parent id
rand – Random order
comment_count – Order by number of comments
menu_order – Order by Page Order. Used most often for Pages
Features of Display Custom Post WordPress Plugin:
It provide you ready-made grid layout for your every custom post, you may simply have to put shortcode. That’s it.
It is mobile responsive as well.
You may also put number of posts to be shown, order, orderby etc in shortcode. Please see attributes list above.
Also provide Pagination if your total posts are more than ‘number’ attribute.