Quantcast
Channel: WordPress.org Forums » [WooCommerce] Support
Viewing all articles
Browse latest Browse all 104029

cbigler on "[Plugin: WooCommerce - excelling eCommerce] [Plugin: WooCommerce] Customising the shop base page"

$
0
0

@Matt ... Quick update ...

I replaced my header.php's <title> code with what you're using, but take a look at your Woocommerce categories and see if it displays the correct title. It didn't for me, so I combined ours and it works as it should.

Here's what I have:
<title><?php if (is_shop()){ echo "Shop Title Here!!! Yahooo";} else{wp_title('');}?></title>
------------------------------------
My particular set up is:
- Abundance theme
- Yoast's Wordpress SEO
- Code sample above for <title>


Viewing all articles
Browse latest Browse all 104029

Trending Articles