Title: Various issues
Last modified: May 21, 2018

---

# Various issues

 *  Resolved [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [8 years ago](https://wordpress.org/support/topic/various-issues-5/)
 * I have some questions:
 * 1. How can I make the stars a bit larger?
    2. How can I align them to the right?
   I would like it here like this:
 * [https://www.dropbox.com/s/ce5ocj39fvj19im/Stars.jpg?dl=0](https://www.dropbox.com/s/ce5ocj39fvj19im/Stars.jpg?dl=0)
 * 3. How can I get it to show in “posts”? It only shows in pages.
 * I was doing it like this:
 *     ```
       /* Start the Loop */
       while ( have_posts() ) : the_post();
       	/*
       	 * Include the Post-Format-specific template for the content.
       	 * If you want to override this in a child theme, then include a file
       	 * called content-___.php (where ___ is the Post Format name) and that will be used instead.
       	 */
       	get_template_part( 'template-parts/content', get_post_format() );
               if(function_exists('the_ratings')) { the_ratings(); }
       endwhile; ?>
       ```
   
 * 4. How do I verify it is GDPR compliant?
    -  This topic was modified 8 years ago by [Chuckie](https://wordpress.org/support/users/ajtruckle/).
    -  This topic was modified 8 years ago by [Chuckie](https://wordpress.org/support/users/ajtruckle/).
    -  This topic was modified 8 years ago by [Chuckie](https://wordpress.org/support/users/ajtruckle/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvarious-issues-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Lester Chan](https://wordpress.org/support/users/gamerz/)
 * (@gamerz)
 * [8 years ago](https://wordpress.org/support/topic/various-issues-5/#post-10306382)
 * 1-3: I provide the plugin as it is. So if you need help customizing it or putting
   it in your theme, you will need to contact a freelance developer. I don’t provide
   support for that.
    4: I have no idea since I don’t live in EU countries. I just
   assumed based on feedback from my users.
 *  Thread Starter [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * (@ajtruckle)
 * [8 years ago](https://wordpress.org/support/topic/various-issues-5/#post-10306562)
 * I am using another plugin. Thank you all the same.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Various issues’ is closed to new replies.

 * ![](https://ps.w.org/wp-postratings/assets/icon.svg?rev=978014)
 * [WP-PostRatings](https://wordpress.org/plugins/wp-postratings/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-postratings/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-postratings/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-postratings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-postratings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-postratings/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Chuckie](https://wordpress.org/support/users/ajtruckle/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/various-issues-5/#post-10306562)
 * Status: resolved