Wordpress blog question
Hello,
I setup my wordpress blog and i have "title >> desc" as title but i would like to have "title - desc" as title.
This is my title in my html header: <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?><?php } ?> <?php wp_title(); ?></title>
Thank you.
|