Has anyone used tje “SEO Title Tag” plugin?
-
If you have, I installed this plugin, and I have no issues getting the home page and custom 404 page title tags working, but I want to reverse the blog name followed by post name, for SEO purposes.
I can’t manage to get that to work.
Here is my title code, found in index.php (not header.php as the instructions seem to instruct)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title><?php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { wp_title(); bloginfo('name');} ?></title>
- The topic ‘Has anyone used tje “SEO Title Tag” plugin?’ is closed to new replies.