Forums

Has anyone used tje "SEO Title Tag" plugin? (1 post)

  1. doubledown11
    Member
    Posted 7 months ago #

    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"
    	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    
    <html xmlns="http://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>

Reply

You must log in to post.

About this Topic

Tags