• Hi ,
    here is a part of my header.php file :
    `<title>
    <?php if(is_front_page()){echo ‘FRONT TITLE’;}else if ( is_single() ) { ?> INNER PAGE <?php } ?> <?php wp_title(); ?>
    </title>
    `
    but in all cases none of FRONT of INNER shows in title bar !
    I can’t understand which file or property shows the page title …
    please assist me ASAP !
    thnx

Viewing 1 replies (of 1 total)
  • <title>
    <?php if(is_front_page()){echo 'FRONT TITLE';}
    elseif ( is_single() ) { echo 'INNER PAGE'; }
    wp_title(); ?></title>
Viewing 1 replies (of 1 total)

The topic ‘wp show wrong page title’ is closed to new replies.