Custom Page Title Not Showing
-
Hi there,
A different developer built the site. I inherited the client. When editing Custom Page Title in the Page SEO Settings and refreshing the page it is just showing the site url in the tab/title area in the browser.
Code in header.php:
<title><?php echo $tabTitle===''?$title:$tabTitle;?></title>
I thought maybe that had something to do with the issue.
I’m not seeing any obvious problems with the SEO Framework settings. I tried installing the Extension Manager but that did nothing.
I just tried using this code for the title instead:
<?php echo get_the_title(); ?>
The EM didn’t see and fix that either, I’m at a loss at this point. Any help is much appreciated.
Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Custom Page Title Not Showing’ is closed to new replies.