Title Doesn’t show on browser tab
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Title Doesn’t show on browser tab’ is closed to new replies.