• I’m trying this code, but it give me a parse error:

    <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?>
    <title><?php wp_title(''); ?> at <?php bloginfo('name'); ?></title>
    <?php } ?>
    <?php else { ?>
    <title><?php bloginfo('name'); ?></title>
    <?php } ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘optimize the title’ is closed to new replies.