コード例 #1
0
<?php

// Creates the DOM and XPath out of the review string
// returned by the plugins_api
// Last but not least, Output the reviews function
$wprepo = new WP_Ratings_Widget();
?>

	<div class="wprrw_reviews_enabled">
		<h4 class="wprrw_reviews_title">Reviews</h4>
		<div class="wprrw_reviews_wrap" data-slick=\'{"slidesToShow": 1, "slidesToScroll": 1}\'>

			<?php 
$wprepo->wprrw_split_reviews($instance);
//echo $showreviews;
?>

		</div>
	</div>

	<div class="reviews_nav">
		<span class="prevArrow"><?php 
echo __('Previous Review', 'wppluginratings');
?>
</span>
		<span class="nextArrow"><?php 
echo __('Next Review', 'wppluginratings');
?>
</span>
	</div>
	<div class="reviews_all">