peternicholson26
Forum Replies Created
-
Forum: Plugins
In reply to: [GD Rating System] Showing ratings on custom post archive pageJust found this on the documentation.
For anyone wondering:
$rating = gdrts_posts_render_rating();
echo $rating;Forum: Plugins
In reply to: [GD Rating System] Displaying highest ratedI actually found the shortcode for this one.
For anyone wondering:
[gdrts_stars_rating_list type=”posts.post” limit=100 template=”shortcode” style_size=20 style_type=”font”]
Replace ‘.post’ with your post type when using custom posts.
Thanks.
Awesome sauce!
Cheers for all your help implementing the plugin.
And thanks for the comment ??
That works perfectly now for the front page but my inner pages still have the same problem of reloading the same loop of posts.
Nearly there! Thanks again
Yes, I deactivated the plugin and it shows my usual pagination.
It is set as the front page on WordPress.
I have also tried it on some of the inner pages though and I have the same issue.
Thanks
I have exchanged it to include the paged query but unfortunately it is still repeating the same posts in a loop.
Thanks
Yes it is definitely using the correct selector.
I have added it temporarily on this link:
https://roughlychopped.co.uk/sprintkitchen-backup
The more posts can only be seen on the posts when the browser size is 640px or below.
Thanks
Cheers for that. It is now loading but repeating the same posts over and over.
It was doing this previously which was why I changed the pagination to
the_post_navigation();Cheers.