I have a star rating system auto interested to each post. I want to figure out how to put, "Rank Dog Food:" right above the stars, without editing every post. You can see it here:http://dogfoodchat.com/bil-jac/ Thanks.
What plugin are you using for the ratings? The easiest way to edit all instances is to edit the plugin PHP.
Do you add the plugin code to your single.php or is it automatically inserting itself? For example if you open single.php and add the text, "Rate Dog Food:" right after <?php the_content ?> inside your single.php is it still appearing undeneath the rating? Then if so looks as though the plugin is embedding itself as part of the_content, so the only way around this would be to edit the plugin php file. The easiest way is probably to open the .php file for the plugin, find "<div class="ratingblock">" and add the text immediatley before this.
Yes jus do as I said above then go inside wp-content then open the plugin folder and then open the php file inside there. Then click Edit Find and search for: <div class="ratingblock"> and add the text before that then re-save the file.