Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello, I want to insert a rating in the header next to the title in the template. Tell me, is there a PHP function for inserting a rating? For example:
<header>
<h1>
<?php the_title(); ?>
</h1>
<div id="placeratings">
<?php getPostRatingHtml(); ?>
</div>
</header>
This function does not work.
Could you please clarify a bit? What type of rating do you mean?
Thre are two types of ratings:
In the case of the last one, you can use the [wpdrating] shortcode.
In the case of the first one, you'll need to do some manipulations and get the data from the DB tables. If you're familiar with DB structure let us know. We'll tell you where the data are stored.
Hello, could you help us with the function for :
we would like to display the rating in the article preview
Thank you for your feedback