This is a simple question, but on my home page it says Community Baptist |
I want to get rid of that bar to the right or have Home beside it like this....Community Baptist | Home
I know you can put it a tagline, but every other page shows up fine, I am just trying to figure out how to do this. here is the website.
http://www.communitychurchbunnell.com
thanks
Format Tab text in browser
2 posts from 2 voices-
Posted 2 months ago #
-
Hi jdrakeproductions,
In your header.php file, find:
<title><?php bloginfo('name'); ?> | <?php is_home() ? bloginfo('description') : wp_title(''); ?></title>
and replace it with:
<title><?php bloginfo('name'); ?><?php wp_title('|',true,''); ?></title>See if that gets you what you are looking for.
Regards,
Devin
Posted 2 months ago #
Reply
You must log in to post.














