WPML WOOCOMMERCE YOAST = meta problems
-
Hi Everyone,
As most of you already know having the woocommerce + yoast creates a conflict with the meta titles and meta descriptions on the shop base page (not the products page). This problem is even worst if you use WPML as well, as if there where not more than one language, is easy to fix this by using yoat post types configuration.
So I decided to include some code in my header page to add the meta=description and meta=titles in those pages. The problem is that the code is not working, im not a developer, so if someone can give me a help it would be very much appreciate it.
<?php if( is_page('1384') ) { ?> <meta name="description" content="testing meta description" /> <meta name="title" content="testing meta title" /> <?php } ?>
Thanks a lot
Kind regards
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘WPML WOOCOMMERCE YOAST = meta problems’ is closed to new replies.