Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   bfa_meta_tags.php (http://forum.bytesforall.com/showthread.php?t=8671)

Jurgen Estanislao Aug 3, 2010 07:34 AM

bfa_meta_tags.php
 
Hi Guys,

How do I edit this piece of code to allow me to have a unique meta title just for my homepage?

I don't want my blog title to be the one my homepage displays.

Thanks!

?>
<title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
<?php
} else { ?><title><?php

if ( is_home() ) {

bloginfo('name');

lmilesw Aug 3, 2010 10:29 AM

There are some SEO plugins that will let you do that without messing with the code.

Jurgen Estanislao Aug 3, 2010 04:12 PM

Thanks!

Do you have recommendations for this one?

lmilesw Aug 3, 2010 04:56 PM

My favorite at the moment is SEO ultimate but you should just do a search through WordPress.org.


All times are GMT -6. The time now is 12:47 PM.

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