Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] How to subdivide the tagline over two separate lines (http://forum.bytesforall.com/showthread.php?t=4978)

RHCdG Dec 22, 2009 03:55 PM

[SOLVED] How to subdivide the tagline over two separate lines
 
Hi,

I'd like to subdivide my blog's tagline over two separate lines, like so:

Hello [Blog Title]
I am fine [Tagline 1]
How are you? [Tagline 2]

Is there any way to accomplish this?

Many thanks!

juggledad Dec 22, 2009 06:23 PM

The tagline is a Wordpress item You could go into the code and program in what ou want it to say
in 3.4.4 edit bfa_header_config.php and change line 296 from
HTML Code:

                        $bfa_ata['bloginfo_description'] . '</p>' : '' ) . '</div>';
to
HTML Code:

                        'line one of tag<br> line two of tag</p>' : '' ) . '</div>';

RHCdG Dec 23, 2009 09:18 AM

This works! And I found it even allows for <B> or <H1> etc. tags. Many thanks, Juggledad!


All times are GMT -6. The time now is 07:40 AM.

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