• I want to remove/hide header for some pages where side bar is not enabled.

    I’m using this code:

    if ( news_vibe_is_sidebar_enable() ) {
    get_header();
    }

    But after doing so, title of the page doesn’t show on the browser tab. Any solution or little line of code to just show the title on the browser tab while keeping the whole header hidden.

Viewing 1 replies (of 1 total)
  • Hello @jorgek110 ,

    Please add your web page link so one can get idea about how its showing. Also right click on page and view page source and check for <title> tag. Because header is only visible part inside body and title tag will be inside <head> tag.

    So your code doesn’t be problematic anymore the only issue will be related to theme or plugin. But still can’t assume without checking page so please check above mentioned things and if possible post your page url here.

    Thanks,
    Raju Odedara

Viewing 1 replies (of 1 total)
  • The topic ‘Title Doesn’t show on browser tab’ is closed to new replies.