Viewing 1 replies (of 1 total)
  • Plugin Contributor LikeBtn Support

    (@likebtn-support)

    Hello!

    You can add this code inside of “foreach ($post_loop as $post)” loop (for example – after the closing tag of “.likebtn-mlw-title” div):

    <?php $product = wc_get_product( $post['id'] ); ?>
    <?php if ($product): ?>
        <div>
            <span>Price:<?php echo $product->get_price()?></span>
        </div>
    <?php endif ?> 
Viewing 1 replies (of 1 total)

The topic ‘Most-liked-content template’ is closed to new replies.