WordPress, by default, creates
- Open your
header.phptheme file (if you don’t have one, openindex.phpor whatever one has yourtag) - Look for:
» Blog Archive
(or something similar) - Replace it with:
The first wp_title() argument is the separator character. I like » (which looks like: »). The second argument is whether to echo (print to the browser) the title, or to return it. We want to print it, so we put true. The final argument is where the separator should go… on the left or on the right. We want right, so we put "right". Simple enough!
No comments:
Post a Comment