• Hi,

    I am currently trying to use wordpress as a CMS and have therefore set a different homepage to the blog page and have pages set up so the title is the ‘page title’ | ‘wordpress blog title’ like so:

    <title><?php bloginfo('name'); ?> <?php wp_title(' | '); ?></title>

    However on the actual blog page the page title doesn’t display so only the whole site title is shown.

    Is there anyway to show the page title on the blog page?

The topic ‘Using Page Title on Index Page’ is closed to new replies.