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)
-   -   Changing Blog title ( not from WP Admin Panel) (http://forum.bytesforall.com/showthread.php?t=10154)

bigliettaio Oct 7, 2010 04:35 PM

Changing Blog title ( not from WP Admin Panel)
 
I upgrade my blog title and i would like adding some text in branch after
it :

CURRENT BLOG TITLE + ( just known as old blog title) : El Príncipe • it + ( già noto com DIEGO MILITO 22)

and this must be done not upgrading title in
WP Admin Panel>>Setting>>General>>Site Title

Thanks

juggledad Oct 8, 2010 06:27 AM

If you just want to change the way it shows up on the page, but not the actual title, you will have to edit bfa_header_config.php.

If you want to change it in the logo area - In 3.5.3 look at line 202
HTML Code:

                                bloginfo('url'); echo '/">'; bloginfo('name'); echo '</a></h' . $bfa_ata['h_blogtitle'] . '>';
and change it to
HTML Code:

                                bloginfo('url'); echo '/">'; bloginfo('name'); echo 'YOUR EXTRA INFO GOES HERE</a></h' . $bfa_ata['h_blogtitle'] . '>';
If you want to change the title that overlays the header image, in 3.5.3 look at line 340
HTML Code:

                        bloginfo('name'); echo '</a></h' . $bfa_ata['h_blogtitle'] . '>';
and change it to
HTML Code:

                        bloginfo('name'); echo 'YOUR EXTRA INFO GOES HERE</a></h' . $bfa_ata['h_blogtitle'] . '>';
and change it to

bigliettaio Oct 8, 2010 07:31 AM

Thank u JD.
Onlu one thinks: inside php could i add html code' that is?
for example:
<span style="font-weight:normal;size:1em>YOUR EXTRA INFO GOES HERE</span>.

Many Regards
;)

bigliettaio Oct 8, 2010 04:22 PM

Hi JD,
i can' t find this row in atahulpa 3.4.4 :confused::confused::confused::(

juggledad Oct 8, 2010 06:29 PM

You will need to search thru the code. I'm away for the weekend and will not have access to the source till late monday

bigliettaio Jan 24, 2011 06:35 AM

Hi JD,
and to change only the blog title displayed on the wp header section and nont the actual blog title?

Thanks


All times are GMT -6. The time now is 07:38 PM.

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