• Resolved chadleo

    (@chadleo)


    Hello,
    The page titles of my site is acting weird. For example, my contact page displays like Contact | Chad Rieder PhotographyChad Rieder Photography. How can I remove the last Chad Rieder Photography so my page titles display as Page Name | Chad Rieder Photography ?

    This is an issue throughout all pages on my site except for the home page which displays properly.

    I reviewed http://codex.wordpress.org/Function_Reference/wp_title but was confused as to what I should change.

Viewing 3 replies - 1 through 3 (of 3 total)
  • double check your entries in the seo plugin;

    also check header.php of your theme for what is in the meta title tag <title> .... </title>

    Thread Starter chadleo

    (@chadleo)

    Thanks for the reply.

    I doubled checked the SEO plugin before posting here, and everything looks ok. The only page I changed the SEO title for was the home page. All others were left blank to default to my theme.

    In header.php this is what I found: <title><?php tf_title(); ?></title>

    Should that be changed?

    Thanks again.

    tf_title();

    – it seems that your theme is using a selfmade function for the meta title – try to locate that function and check the code (possibly in functions.php of the theme ?)

    please contact themeforest, as the seller of your theme, for support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Page Title displaying twice’ is closed to new replies.