Add GD Star Rating to category and tag page Luglio 24, 2013 By Ovidiu Purdea Leave a Comment In order to add the GD Star Rating voting “stars” to category and tag pages (to be it visible) you need to add: [php]<?php if(function_exists(‘wp_gdsr_render_article’)){ wp_gdsr_render_article(); } ?>[/php] to archive.php or loop page.