Hello currently on my wordpress site my blog title shows before the post title... my blog is www.hpkmedia.com if you go there the title is hpkmedia.com - than whatever the post title or page is... I want to make this the opposite yet when I tried to edit the title code in the header I got php errors so I was wondering if you guys could help out Below is the code for the title: <title> <?php if ( function_exists('optimal_title') ) { optimal_title('|'); bloginfo('name'); } else { bloginfo('name'); wp_title('|'); } ?> <?php if ( is_home() ) { ?> | <?php bloginfo('description'); } ?> </title> Code (markup):
With optimal title plugin? Why are you changing it, that's the front act of Optimal Title. Hmm, I'm not sure but try altering their places. else { wp_title('|'); bloginfo('name'); Code (markup):