Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   Changing the HTML Title (http://forum.bytesforall.com/showthread.php?t=7218)

Ummon May 20, 2010 07:15 PM

Changing the HTML Title
 
First of all I would like to tell everyone involved this is the best theme I have ever seen. I learned more about CSS in 4 hours of playing with this than I have in 2 years of blogging.

I have one simple question that I couldn't find an answer on. Is there any way to change the (hope I am saying this right) The HTML title from just the blog name to blog name - tag line.

Something like this title={ bloginfo('name'); echo(' — '); bloginfo('description')

Thank you so much
Ummon

Ummon May 20, 2010 07:17 PM

Sorry this would be more informative.

Here is what I am trying to change the html title to

<title><?php if (is_single() || is_page() || is_archive()) { wp_title('',true); } else { bloginfo('name'); echo(' — '); bloginfo('description'); } ?></title>


All times are GMT -6. The time now is 12:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.