Mar
11th
Author: admin |
Files under SEO Wordpress
Page Titles. Go into header.php and replace the <title> whatever is in the title tag </title> with: <title><?php if (is_home()) {bloginfo(‘name’) ;} else { wp_title(‘ ‘);} ?></title> What this does is for the home page, it uses the blog’s title for the Title tag and for everything else, it will use the title of the [...]
