I have a page_on_front specified called "Home" and a page_for_posts called "Blog". The title of the page on the blog page is ...
<?php bloginfo('name'); ?>
... but it probably should be ...
Blog |
<?php bloginfo('name'); ?>
I have a page_on_front specified called "Home" and a page_for_posts called "Blog". The title of the page on the blog page is ...
<?php bloginfo('name'); ?>
... but it probably should be ...
Blog |
<?php bloginfo('name'); ?>
This can be set to whatever you want using the plugin. Look at the title field.
I'm pretty sure this cannot be changed. The page_on_front and page_for_posts are using the same title.
You must log in to post.