{"id":4394,"date":"2024-05-30T09:47:06","date_gmt":"2024-05-30T07:47:06","guid":{"rendered":"https:\/\/www.knowboard.de\/?p=4394"},"modified":"2024-05-30T09:47:20","modified_gmt":"2024-05-30T07:47:20","slug":"add-description-under-menu-item-in-total-theme","status":"publish","type":"post","link":"https:\/\/www.knowboard.de\/add-description-under-menu-item-in-total-theme\/","title":{"rendered":"Add Description under Menu Items in Total Theme"},"content":{"rendered":"\n
\"\"<\/figure>\n\n\n\n
function be_header_menu_desc( $item_output, $item, $depth, $args ) {\n\tif ( 'main_menu' == $args->theme_location && ! $depth && $item->description ) {\n\t\t$item_output = str_replace( '<\/a>', '<span class=\"menu-item-desc\">' . $item->description . '<\/span><\/a>', $item_output );\n\t}\n\treturn $item_output;\n}\nadd_filter( 'walker_nav_menu_start_el', 'be_header_menu_desc', 10, 4 );<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"function be_header_menu_desc( $item_output, $item, $depth, $args ) { if ( 'main_menu' == $args->theme_location && ! $depth && $item->description ) { $item_output = str_replace( '<\/a>', '<span class=\"menu-item-desc\">' . $item->description . '<\/span><\/a>', $item_output ); } return $item_output; } add_filter( 'walker_nav_menu_start_el', 'be_header_menu_desc', 10, 4 );","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","footnotes":""},"categories":[79,61],"tags":[],"class_list":["post-4394","post","type-post","status-publish","format-standard","hentry","category-snippet","category-total-theme","entry","no-media"],"_links":{"self":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4394"}],"collection":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/comments?post=4394"}],"version-history":[{"count":2,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4394\/revisions"}],"predecessor-version":[{"id":4399,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4394\/revisions\/4399"}],"wp:attachment":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media?parent=4394"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/categories?post=4394"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/tags?post=4394"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}