Tagged Questions
1
vote
1answer
50 views
Insert <ul> Into Sub-child Menu
This code displays a list of child categories of the parent category while a user is on a child category or single post.
The styling around this list is displaying even when a list isn't being ...
1
vote
3answers
74 views
Add Class While on Current Post; wp_list_categories
The code below produces a sub-menu of child categories of the currently active parent category. This code also produces the child categories of the top parent category while viewing child categories ...
0
votes
1answer
153 views
Using wp_list_categories like the the_category (showing just current categories of a post)
fromi'm using wp_list_categories to get an unordered list with headlines (on single.php inside the post-loop):
<ul><?php wp_list_categories('title_li=0');?></ul>
the thing is: i ...