[Theme: Valor] Only Show posts (reviews) from a custom taxonomy?
-
Hey, On my website https://www.itechmatrix.com/ i have a loop (well i think it’s a loop) under the heading of ‘Top Games’ (on my home page)Which displays post from a custom post type (called Reviews) The ‘Reviews’ post type has a custom taxonomy entitled ‘Consoles’ (basically categories) I have 2 Consoles Gaming and Product (yeah i know not consoles but still) and i would like to display posts (Reviews) from only GAMING. how do i do this?
<?php query_posts(‘category=category-slug-name’); ?>
Maybe something like this? but again will it work with the custom taxonomy and where in my code do i place this?
PS i am using the Valor Theme by web2feel (https://www.web2feel.com/valor/)
- The topic ‘[Theme: Valor] Only Show posts (reviews) from a custom taxonomy?’ is closed to new replies.