Tagged Questions
0
votes
1answer
17 views
My custom query not detecting the correct category
For category.php my custom query code isn't displaying the posts from the correct category.
I have a parent category called 'Blog' and it can have any number of unknown children. With that in mind ...
0
votes
1answer
113 views
Display all categories as plain text
Within my loop i'm currently outputting one category that a post is assigned to as plain text. Its being used as a class name within my markup (not visible to users) but if a post is assigned multiple ...
0
votes
1answer
346 views
Listing Specific Categories from Current Post with Depth
I've been on this for sometime and been having a ton of issues to find a proper way to do what I'm trying to achieve.
An Example would be as follows:
I have a featured Image with a rollover and I ...
0
votes
2answers
924 views
wp_list_categories: get latest featured_image of category
I was thinking about a nicer way to display the categories in my sidebar.
Instead of a plain list style, I'd like to have images / thumbnails show up as well.
Currently I'm using the following:
...