• Hi,

    I’d like to put a description of my WordPress blog on the homepage only, followed by the blog title.

    Currently, it just shows the blog title on the homepage. I want to leave all the other pages alone.

    How would I do this?

    Thanks in advance!

    Kenneth

Viewing 1 replies (of 1 total)
  • This should work (if I understand):

    <title><?php if (is_home()) { ?><?php bloginfo('description'); ?> - <?php } ?><?php bloginfo('name'); ?></title>

    You may need to alter it a bit to get it to do exactly what you want.

    Hope it helps. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Description on title bar on homepage-HOW??’ is closed to new replies.