Hello you can disable auto insertion by uncheking Display button on:
and use this code in single-posts.php just after wp-post ratings and let me know if is working
<?php echo do_shortcode('[rating-system-posts]'); ?>
Thread Starter
evawp456
(@evawordpress456)
Inserting works, but it will still show up on another line. Div doesn’t seem to work to line them up together. Seems like a css job…
<?php the_content(); ?>
<?php if(function_exists('the_ratings')) { the_ratings(); } ?><?php echo do_shortcode('[rating-system-posts]'); ?>
Or will you implement the WP-PostRatings into your own plugin any time soon? (Possibility to rate by multiple stars and by the current likes/hearts) Then there will be no use for running two plugins ;-).
Yours is by far more user friendly. Thanks for the (fast) support.
Can you give me a link to your website?
Thread Starter
evawp456
(@evawordpress456)
It uses sparkling theme from colorlib and is like a ‘social/media’ site. Two type of ratings might seem overrated, but you can like a product (heart) and rate the product (5 stars).
Thread Starter
evawp456
(@evawordpress456)
Any chance btw when using shortcodes like most liked posts on a page; it will also display the featured image of the post in thumbnail size? (like the sidebar widget does).