how do I add a tag line to my front page title
-
I want to add a tag line to my front page title
Blog url: http://brookmanlawfirm.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
This is one example:
<title><?php if( is_home() || is_front_page() ) {
bloginfo('name'); echo ' - '; bloginfo('description'); } elseif( is_category() || is_single() ) { wp_title(' - ',true,'right'); bloginfo('name'); } else { wp_title(' - ',true,'right'); bloginfo('name'); } ?></title>It will make home page title look like: “Site Name – Tagline” and rest of the pages: “Page Name – Site Name”.
The <title></title> bit of code you can find from Backend -> Appearance -> Editor -> Header
-
No, it won’t. Pienisieni, please familiarize yourself with the differences between WordPress.com and WordPress.org prior to answering questions in the forum.
-
DePo Masthead doesn’t display the standard tagline (the one you enter in Settings > General); you add it in Appearance > DePo Options: Author Box Text.
- The topic ‘how do I add a tag line to my front page title’ is closed to new replies.