Category view not showing up
-
Hi – I could use some serious help with categories. I am trying to show blog archives by category. For instance category Furniture, which has 8 posts in it (cat # 39) – if I add the category to a test menu, it shows No Posts match your criteria. Here is the resulting page:
https://nicolehoughdesigns.com/?cat=39#
Separately, I tried to make a furniture loop and template instead with this query in the loop
*//$query_args = array( ‘cat’ => ’39’,
‘post_type’ => ‘post’,
‘paged’ => $paged );//*This had the same result (no posts matched your criteria)
I would like to get this working and use it for a variety of different categories. Not sure where the conflict is. (Have tried deactivating all plugins, etc.) My sneaking suspicion is it might be conflicting with custom post types(???) (even though this category is on the main blog loop)? Have nothing to back that up tho.
Thank you for your help!
- The topic ‘Category view not showing up’ is closed to new replies.