different page title on index.php, tag.php and single.php
-
im using the
<title><?php echo esc_attr( get_the_title() ); ?></title>
for the page title in my header.php and everything would be great if my main index and tag pages wouldn’t display the title of the last post.to make it clear, what i’m trying to do is:
index.php displays “site name” as a title
tag.php displays “tag name @ site name”
single.php displays “post name @ site name”could any one help me with this please?
thank you in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘different page title on index.php, tag.php and single.php’ is closed to new replies.