Post titles
-
Any idea why my title attribute on single posts is showing up as:
” Post titleSite Name” – with a space before the post title and no space before the site name? I am using a child theme, but my call to the wp_title function in my header only differs in that I take the separate out:
<title><?php wp_title(''); ?></title>
If I use the default call of:
<title><?php wp_title(); ?></title>
I end up with this as the title:
” ? Post titleSite Name”
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Post titles’ is closed to new replies.