• I have a few posts that are tagged as featured article as well as article. I use this to pull the featured articles to the custom homepage I’ve created (page-homepage.php). I have “Enable for Front Page Posts” unchecked. I also have “Featured Articles” unchecked yet I’m still seeing the ratings on homepage.

    The code I’m using to pull them in is:

    ?php $featued_query = new WP_Query('category_name=featured&&showposts=2'); ?>

    How do I suppress the ratings on the homepage?

    http://wordpress.org/plugins/rating-widget/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Ratings Still Showing on Homepage’ is closed to new replies.