• Resolved Wizenet

    (@wizenet)


    I am looking for the file with the title to my main blog page when it appears in searches such as google. I have looked in the header.php and 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?
    Thanks for your help!
    -Greg

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

    the two main outputs – bloginfo('name') = the site title of the blog; (and the tagline – bloginfo('description') which your code does not seem to use) are in the ‘admin’ ‘settings’ ‘general’.

    i personally doen’t use them, but you could check out the available seo plugins.

    search engines also might take wuite some time to update the info.

    Thread Starter Wizenet

    (@wizenet)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title Missing from code’ is closed to new replies.