http://slsblog.com/ I want to add a slogan under SLSBlog.com in small italicized white font. I can handle the white font and the size of the font and style, but I am unsure as the best way to go about this in general. Help would be appreciated.
That would work fine as long as you want the text to appear on every page, assuming every page calls header.php, which is probably the case depending on how the template is made. If you only want the text to appear on certain pages and not others, then a php conditional statement would need to be used.
Well usually people use their blog description as the tagline or slogan that appears below their main blog title/logo. To define a tagline go into general settings inside Wordpress admin panel. To get the tagline to show anywhere in the blog you will need to open the theme editor under Appearances tab inside Wordpress admin and select the header template and insert this line of code wherever you want the tagline to show: <?php bloginfo('description'); ?> PHP: