I'm trying to call the tagline as the meta description but ONLY have the meta description display on the homage. It doesn't have to be the tagline, but i want just ONE meta description tag on the home. Thoughts?
I'm trying to call the tagline as the meta description but ONLY have the meta description display on the homage. It doesn't have to be the tagline, but i want just ONE meta description tag on the home. Thoughts?
Hello
<?php if( is_home() ) { ?>
//do stuff only on the home page
<meta name="description" content="<?php bloginfo('description'); ?>" />
<?php } ?>
If I understand what you want this should work. :)
it works, bang on, thanks.
Is there a plug-in that allows for this from teh back-office?
Kurt
The back-office? I can recommend my own plugin:
This topic has been closed to new replies.