skip to Main Content

Price next to product title [woocommerce]

I have this function and I want to add next to the product price. I used get_price_html() and $price = $product->get_price_html function woocommerce_template_loop_product_title() { echo '<h4 class="woocommerce-loop-product__title">' . get_the_title() . '</h4>'; } Current Output Desired Output

VIEW QUESTION
Back To Top
Search