Wizenet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Title Missing from codealchymyth,
Thank you !! It was in my SEO plugin.Forum: Fixing WordPress
In reply to: Title Missing from codeNot 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 alchymythForum: Fixing WordPress
In reply to: How to Change the Wrong Title for My Web PageIn 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?