{"id":3946,"date":"2023-06-29T09:04:10","date_gmt":"2023-06-29T07:04:10","guid":{"rendered":"https:\/\/www.knowboard.de\/?p=3946"},"modified":"2023-07-23T14:22:49","modified_gmt":"2023-07-23T12:22:49","slug":"overlay-header-exceptions","status":"publish","type":"post","link":"https:\/\/www.knowboard.de\/overlay-header-exceptions\/","title":{"rendered":"Overlay header exceptions"},"content":{"rendered":"\n

If you want global overlay header but on hoepage you want to have not template beneath?<\/p>\n\n\n\n

add_filter( 'wpex_overlay_header_template', function( $template_id ) {\n    if ( is_front_page() ) {\n        $template_id = ''; \/\/ you can set it to none and just add the content you want on the homepage.\n    }\n    return $template_id;\n} );<\/pre>\n","protected":false},"excerpt":{"rendered":"

If you want global overlay header but on hoepage you want to have not template beneath? add_filter( ‚wpex_overlay_header_template‘, function( $template_id ) { if ( is_front_page() ) { $template_id = “; \/\/ you can set it to none and just add the content you want on the homepage. } return $template_id; } );<\/p>\n","protected":false},"author":1,"featured_media":4017,"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":[],"_links":{"self":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/3946"}],"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=3946"}],"version-history":[{"count":1,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/3946\/revisions"}],"predecessor-version":[{"id":3949,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/posts\/3946\/revisions\/3949"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media\/4017"}],"wp:attachment":[{"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/media?parent=3946"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/categories?post=3946"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.knowboard.de\/wp-json\/wp\/v2\/tags?post=3946"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}