Archived topic
Display a CPT in a particular page
3 replies · Started by Jamal on March 9, 2017
Hi
I have registered several CPTs which i need to each show on different pages, how would i go about it? Nothing special about the CPTs so i will be using single.php and no archives i will just like to know how is the best/easiest way to make so that "Paintings" CPT will show under "Paintings" page. Thanks very much for any pointers
The easiest way would be to use WP Show Posts.
Otherwise you would have to create a custom page template and set up a WP_Query to list the posts.
Went with WP Show Posts :)
Awesome :)