How do I reference custom post types?
-
Previously I have been using
<?php while ($the_query -> have_posts()) : $the_query -> the_post(); ?>to reference the posts on my website – How would i update that to reference my new custom post types? e.g. I’ve created on called articles
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How do I reference custom post types?’ is closed to new replies.