need to add title tags for each of my pages..how? thanks
need to add title tags for each of my pages..how? thanks
Use ALL IN ONE SEO plugin to add custom title on every post
Does not work for some page templates
Try edigint header.php and using something like:
<title><?php if (have_posts()) {wp_title(':',true,'right');bloginfo('name');}
else {bloginfo('name');}?>
</title>This topic has been closed to new replies.