Shape 5

Wordpress Club Themes => Appwonder - Club => : exolabs October 16, 2012, 08:57:12 AM



: Title tag
: exolabs October 16, 2012, 08:57:12 AM
How can I change Title tag witout using "on" inside?

I have this one jet: "Appwonder on mysite.sk" and I want to have just "mysite.sk" without "Appwonder on".

Thanks


: Re: Title tag
: Tristan Rineer October 16, 2012, 09:15:55 AM

If you would like to stop the page/latest post title from being added to the site title, just edit "s5_admin/s5_fw.php" and comment out (add "//" to the front of) or remove
:
	$header_html .= the_title('',' on ',false);
from the "s5_header_top" function.


: Re: Title tag
: exolabs October 16, 2012, 11:13:49 AM
thank you