instead of outputting
<title>home | blogname</title>
it does
<title>category | blogname</title>
I tried changing the settings but no change.
site is using a static page as the home page
instead of outputting
<title>home | blogname</title>
it does
<title>category | blogname</title>
I tried changing the settings but no change.
site is using a static page as the home page
Make sure that after all of your loop codes you have a <?php wp_reset_query(); ?> function
Did this solution work for you?
If not, to check if it's a theme issue switch to the default theme and check.
This topic has been closed to new replies.