Forum Replies Created

Viewing 2 replies - 16 through 17 (of 17 total)
  • Thread Starter yalrighty

    (@yalrighty)

    Neither of these work for me – the second one the page loads but my image slider breaks and the open graph tag does not generate. The first one just breaks the page…

    <meta property="og:price:amount" content="<?php echo $product->get_price_html(); ?>" />
    
    <meta property="og:price:amount" content="<?php echo get_woocommerce_single_product_price(); ?>
    " />

    There has to be an easy way to generate the tag.

    Thread Starter yalrighty

    (@yalrighty)

    Thanks for the reply. I was pretty tired when I posted and I should have said that I did suspect it was a caching issue at first so I turned off Super Cache. When that didn’t work, I started working backwards. Turned out that somehow SEO by Yost plugin was strangely effecting it and also my shopping cart widget. Once I got rid of that, all was good again.

Viewing 2 replies - 16 through 17 (of 17 total)