Blog Name, Title and Tagline sequence
-
I’m currently using this code to show my blog Name and post Title show up on the webpage.
<title><?php wp_title(‘ ‘); ?>
<?php if(wp_title(‘ ‘, false)) { echo ‘–‘; } ?>
<?php bloginfo(‘name’); ?></title>Main Page looks like this: Blog Name
Post page looks like this: Post Title — Blog NameI would like to know how to make my Main Page show up with my blog Name then Tagline like this:
Blog Name — Tagline (then switch back to:)
Post Title — Blog Name (for post pages)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Blog Name, Title and Tagline sequence’ is closed to new replies.