This is kind of specific. Instead of the title reading;
YOURSITE TITLE >> YOUR POST NAME
I want it to read;
YOUR POST NAME >> YOURSITE TITLE
This is my current title tag statement
<?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> <?php } ?> <?php wp_title(); ?>
I guess I want to say if the page is index then display the site title else display post name title - site name. Instead of saying if the the page is single.