Indent Before Title
-
In my theme’s source code, the title shows up like the following:
<title>[space]Title</title>Here’s the code I use to display my title:
<title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { echo ' - '; } ?><?php bloginfo('name'); ?><?php if (is_home()) echo " - description"; ?></title>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Indent Before Title’ is closed to new replies.