Since yesterday the wp_scheduled_auto_draft_delete cron job somehow deletes all page entries from our menus. All entries in the table wp_postmeta with meta_key = ...
-
June 2, 2022
- 0 Comments
I’ve been digging for documentation on how to change HTML output for the “Custom menu” which you place in optional widget. So its ...
-
June 2, 2022
- 0 Comments
What I’m trying to achieve: A menu with one level of sub-menus: PAGE 1<br> --- Page 1 sub-page 1<br> --- Page 1 sub-page ...
-
June 1, 2022
- 0 Comments
I want to be able to assign multiple menu’s to 1 navigation location. But when I want to assign the second navigation, the ...
-
June 1, 2022
- 0 Comments
I’m tyring to create a theme with a horizontal menu that is dynamically streched to fill the container element. I use wp_nav_menu() to ...
-
June 1, 2022
- 0 Comments
Old WordPress themes like twentyten contained functionality which allowed nav menu structure to reflect changes in page heirarchy. For example, if I have ...
-
June 1, 2022
- 0 Comments
I’m calling wp_nav_menu programmatically on a class and I’d like to be able to set the field that will be shown as the ...
-
June 1, 2022
- 0 Comments
In my custom wordpress theme I currently have the below loop to the main categories <?php $menu = wp_get_nav_menu_object('navigation'); $items = wp_get_nav_menu_items($menu->term_id); foreach($items ...
-
June 1, 2022
- 0 Comments
I want to make a menu from a hierarchical custom post type. There is a default WordPress widget called ‘Pages’ that give you ...
-
June 1, 2022
- 0 Comments