error on browser tab
-
I updated to the newest version of graphene and now i am getting an error on my browser tab where the title of the website is suppose to be. http://www.TotalFitnessExperience.com How can I fix this?
Admin
Looks like you have a custom
header.phpfile in your child theme. Change this particular bit of code:<?php graphene_title(); ?>to this:
<?php wp_title( '' ); ?>Also, you may want to read about the downside of replacing the theme’s template files in a child theme here (under the “Special consideration” heading):
Admin
What other files do you have in your child theme?
—
Sent via Android using Tapatalk. Please excuse my brevity.
Admin
Did you modify the
footer.phpandheader.phpfiles? If you did, try making those changes using action hooks and CSS instead of editing the files directly. Replacing the theme’s template files should really be the last resort.
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
