[Plugin: Jigoshop – WordPress eCommerce] Custom Meta description for products
-
im trying to make that the meta description for facebook take the product content, there is a simple code that works with single post, wich it is:
https://pastebin.com/5qnsHWkM (click to see it at paste bin)
so, if i change:
if ( is_singular() ) {
for if( is_product() ) {
it works perfectbut, the
get_the_excerpt()
is not working
i try modifing it to the_content()
but it also not working
any idea if i have to use another tag?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Jigoshop – WordPress eCommerce] Custom Meta description for products’ is closed to new replies.