Hello,
I had written in previously about this issue…
Two h1’s on Blog Posts - Blog Title and Post Title are Both h1
however, when I tried the final steps suggested by @paul.r, I got the following error:
“Parse error: syntax error, unexpected ‘elseif’ (T_ELSEIF) in /home/supeckse/public_html/wp-content/themes/supecksepticservices/framework/views/renew/_landmark-header.php on line 50”
I copied the original _landmark-header.php file from the parent theme at:
/x/framework/legacy/cranium/headers/views/renew/_landmark-header.php
into this directory in the child theme:
/x-child/framework/views/renew/_landmark-header.php
Then replaced line 50…
<?php echo x_get_option( 'x_renew_blog_title' ); ?>
with the code from @paul.r at the end of this thread.
I since removed the file because it took the site down.
Here’s a screenshot of code replacement - original _landmark-header.php (left) and the new/bad PHP (right).
Can you please tell me what part is incorrect?