Tagged Questions
3
votes
2answers
129 views
Taxonomy slug by term ID
I'm trying to modify wp_nav_menu to display term thumbnails. To get those thumbnails I need term ID and taxonomy slug: $thumbnailimg = get_the_term_thumbnail($term_id, '$taxonomy', 'medium');
I ...
0
votes
1answer
48 views
Most allowed Taxonomies in Appearance->Menus
I am managing a large list(300) of "places" taxonomies, and I need to create a menu with those places. the WordPress menu system seems like the way to go but when I save the menu I am getting a PHP ...
1
vote
1answer
350 views
wp-menu 'automatically add custom taxonomy terms' like it does for pages? [closed]
I've added a new wp_menu to my sidebar on a custom post-type page. The wp_menu displays a list of a custom taxonomies terms.
I see that wp_menu has the checkbox to automatically add new top level ...