Thank you for the second answer. About the first question, so I just tried, this code does not work.
The likes module is output in this way in review.php:
<? php echo do_shortcode( '[wp_ulike id="<?= $review->ID; ?> "] ' );? >
And if you specify this code, the ID simply displays <?= $review - >ID;?>
.
But if you specify {{ review_id }}, here is the full code:
<? php echo do_shortcode( '[wp_ulike id= " {{ review_id }}"]');? >
then the working id “review-547” is output, I need to get rid of the word review, how do I do this? ??
-
This reply was modified 4 years, 4 months ago by lekskokorin.