I want to display all post format (let’s say: aside) in all custom post type. In WordPress to display all posts of a certain category, just need to use this URL: mysite.com/category/mycategory.
Leave a Reply
You must be logged in to post a comment.
I want to display all post format (let’s say: aside) in all custom post type. In WordPress to display all posts of a certain category, just need to use this URL: mysite.com/category/mycategory.
You must be logged in to post a comment.
In Supports you need to include ‘post_format’ to get it done.
register_post_type( ‘testimonial’ , $args );