orgspirit
Member
Posted 1 year ago #
Please anyone help me, I confused. I’ve created 5 Static customize pages for each page. But they getting now all the same title from “All in One SEO” Home title? And if I change home title they are changing all..
This is my blog: http://businesmarketing.org
"Home" page and "Company Information" have the same title from All in One SEO” Home title?
Thanks for your help!!!
somethingelse
Member
Posted 1 year ago #
you'll need a plugin that will allow you to customize titles for each page & post... i use Meta SEO Pack, works very well!
Not really.
In Theme editor > Header.php
Look for the title tags
Remove it and replace with
<title><?php echo ($title = wp_title('–', false, 'right')) ? $title : ''; ?><?php echo ($description = get_bloginfo('description')) ? $description : bloginfo('name'); ?></title>
Regards,
RaidX
orgspirit
Member
Posted 1 year ago #
RaidX
Have tried your way but still doesn't work...
Regards,
Brian