Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Various issues

$
0
0

Replies: 0

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

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 22 minutes ago by ajtruckle.
  • This topic was modified 21 minutes ago by ajtruckle.
  • This topic was modified 9 minutes ago by ajtruckle.

Viewing all articles
Browse latest Browse all 59525

Trending Articles