Hello,
I have copied a code for creating a custom posts type.
When I want to display the custom posts I create a page and associate it with the custom posts template file.
The problem is that this page displays all the posts of that type, though I wish to display only certain posts on each page.
I was thinking that the right solution would be to associate the custom posts with a category, and when I run a query, to query by category and just to display all the posts.
Could someone refer me to a source that explains how it is done?
I'm new to wordpress. Thanks
Thanks.