Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Wizenet

    (@wizenet)

    alchymyth,
    Thank you !! It was in my SEO plugin.

    Thread Starter Wizenet

    (@wizenet)

    Not showing what I expect and not knowing how to change it.

    This was my first time at setting up a WrodPress blog. Originally I was trying to target the word Slendertone in the blog but after some research switched to Ab Circle Pro. So somehow in the process I put in Slendertone and I can’t seem to find where I can go to change the title. Google shows the title as Slendertone. I have gone through all of the .php files and can’t find a place where Slendertoner is in the code. When I was doing html I would find my page in index.html. But I am lost here in WordPress.
    Thanks alchymyth

    Thread Starter Wizenet

    (@wizenet)

    In my header.php I do not find either the right or wrong title. I find this:
    <title><?php if (is_home () ) { bloginfo(‘name’); } elseif ( is_category() ) { single_cat_title(); echo ‘ – ‘ ; bloginfo(‘name’); }

    elseif (is_single() ) { single_post_title(); }

    elseif (is_page() ) { bloginfo(‘name’); echo ‘: ‘; single_post_title(); }

    else { wp_title(”,true); } ?></title>

    Is it pulling the title from somewhere else?

Viewing 3 replies - 1 through 3 (of 3 total)