The wp-list-categories tag has no wiki summary.
-1
votes
1answer
188 views
how to set category name for a post
how to set category name for post:
this is my code ,this is not working ,why?
$post_title = $vname;
$categ='category name';
$post_content = '[newpage link="'.$videos.'"]';
...
0
votes
1answer
713 views
add filter to wp_list_categories and query if used to list tax-terms?
this is probably a confusing title of my question, but it's exactly what's describing my problem best.
I want to add the category-slug as classname to my wp_list_categories() output.
I found a really ...
0
votes
1answer
934 views
Add filter to wp_dropdown_pages() or wp_dropdown_categories() - no select container?
I'm working with wp_dropdown_pages() and wp_dropdown_categories() and both are always outputting a <select>-box with its <option>s as items.
Is it possible to add a filter/hook to this ...