Hi Porto-team,
I’d like to use this ratings plugin in the Porto theme: https://de.wordpress.org/plugins/wp-postratings/
For embedding there is this description:
1. Open wp-content/themes/<YOUR THEME NAME>/index.php
2. You may place it in archive.php, single.php, post.php or page.php also.
3. Find: <?php while (have_posts()) : the_post(); ?>
4. Add Anywhere Below It (The Place You Want The Ratings To Show): <?php if(function_exists(‘the_ratings’)) { the_ratings(); } ?>
I’d like to display it preferably in the footer or on every site (page and post). Is there a good way to implement this php snippet into the footer?
If there is another more recommended plugin for displaying ratings or anyhting included in Porto, happy to review this as well.
Thanks,
Anna