• 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: https://businesmarketing.org
    “Home” page and “Company Information” have the same title from All in One SEO” Home title?

    Thanks for your help!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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

    Thread Starter orgspirit

    (@orgspirit)

    RaidX

    Have tried your way but still doesn’t work…

    Regards,
    Brian

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All pages have the same title’ is closed to new replies.