Quantcast
Viewing all articles
Browse latest Browse all 13924

jackwhittle123 on "Title before blog name"

Hey everyone,

I have a theme by Qode and the seo seems to be weird. I want to have the page name before my site name i.e. About Us | Jack Whittle Design

Which part would i have to change from my code in order for it to work?

<title><?php if($seo_title) { ?><?php bloginfo('name'); ?> | <?php echo $seo_title; ?><?php } else {?><?php bloginfo('name'); ?> | <?php is_front_page() ? bloginfo('description') : wp_title(''); ?><?php } ?></title>

Viewing all articles
Browse latest Browse all 13924

Trending Articles