Bobworth
Member
Posted 3 years ago #
Hai, so I did update to 2.7.1 (from 2.3 or something) it worked beautifully only 1 problem I hope you can help with.
Every page generates the name of my blog and the name of the page/article/category as <title> tag, now after the update it stopped doing that (only) on the main index page. The page I selected in 'reading options' as startpage. It worked until now, so do you know what changed and where I've to input the title again?
Thanks a lot!
Bobworth
Member
Posted 3 years ago #
Just to make it more clear what happens.
While all pages display their name in the title bar like this:
'WordPress › Support » Main page title missing' (see above)
the title/index page only displays 'Wordpress ' ignoring the given name.
I'm hesitant changing the php code since it worked for 2 years and the header.php didn't get replaced when updating, I think it must have something to do with where you enter the name?
Thank you very much for your time.
Bobworth
Member
Posted 3 years ago #
That's the code in header.php:
<title>Bobworth <?php wp_title(); ?></title>
The startpage which does not display the title uses a template which contains:
<?php get_header(); ?>
Like I already said it works on all pages but this one and it worked there too before the update.
Any chance getting a little bit of help? Thanks!