{"id":4088,"date":"2023-09-01T11:50:19","date_gmt":"2023-09-01T09:50:19","guid":{"rendered":"https:\/\/www.knowboard.de\/?p=4088"},"modified":"2023-09-01T11:50:22","modified_gmt":"2023-09-01T09:50:22","slug":"add-descriptions-to-the-total-theme-integrated-simple-megamenu","status":"publish","type":"post","link":"https:\/\/www.knowboard.de\/add-descriptions-to-the-total-theme-integrated-simple-megamenu\/","title":{"rendered":"Add Descriptions to the Total Theme integrated simple Megamenu"},"content":{"rendered":"\n
\/\/MEGAMENU DESCRIPTION COL\nfunction 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>', '<\/a><span class=\"new-badge\">' . $item->description . '<\/span>', $item_output );\n\t} else if ( 'main_menu' == $args->theme_location && $item->description ) {\n\t\t$item_output = str_replace( '<\/a>', '<div class=\"megamenu-description\">' . $item->description . '<\/div><\/a>', $item_output );\n\t}\n\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":"\/\/MEGAMENU DESCRIPTION COL function be_header_menu_desc( $item_output, $item, $depth, $args ) { if ( 'main_menu' == $args->theme_location && ! $depth && $item->description ) { \/\/ $item_output = str_replace( '<\/a>', '<\/a><span class=\"new-badge\">' . $item->description . '<\/span>', $item_output ); } else if ( 'main_menu' == $args->theme_location && $item->description ) { $item_output = str_replace( '<\/a>', '<div class=\"megamenu-description\">' . $item->description…","protected":false},"author":1,"featured_media":4091,"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":[61],"tags":[],"class_list":["post-4088","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-total-theme","entry","has-media"],"_links":{"self":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4088","targetHints":{"allow":["GET"]}}],"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=4088"}],"version-history":[{"count":1,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4088\/revisions"}],"predecessor-version":[{"id":4092,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/4088\/revisions\/4092"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media\/4091"}],"wp:attachment":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media?parent=4088"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/categories?post=4088"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/tags?post=4088"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}