To optimize the title of single archive page, I want to move the name of post in front of the name of Blog.
The original, default page title is like:
Dreamer’s Blog >> Optimize title of single archive
I want to change it as below:
Optimize title of single archive >> Dreamer’s Blog
So go to the Presentation > Theme Editor
Edit the header.php
Find the Html tag "<title>" and "</title>"
Put the following code in between.
<?php wp_title('', display); ?><?php if(wp_title(' ', false)) { echo ' » '; } ?><?php bloginfo('name'); ?>




0 Comments on “Optimize title of single archive”
Leave a Comment