Required Info * WordPress Version: 2.1.2
* Theme: Blue Memories (
http://iqwolf.org/posts/64)
* Blog URL:
http://wargamingforums.com * Problem Plugin Name And Version: WP-PostRatings 1.11
* PHP And MYSQL Version: Latest stable releases
* All Installed Plugins:
Ajax Spell Checker 0.6
Akismet 2.0
DashBar 1.1
Enhanced Post List 0.4
Hello Dolly 1.5
Next to Last 0.1 2004-06-28
podPress 6.7
Registration Blacklist 0.1
Site Unavailable 1.0 (not activated)
Smart Update Pinger 2.0
Time Zone 2.1
Tiny Dancer 1.0
WordPress Database Backup 1.8
Word Statistics 1.0
WP-phpMyAdmin 2.8.2
WP-Polls 2.20
WP-Polls Widget 2.20
WP-PostRatings 1.11
WP-UserOnline 2.11
WP-UserOnline Widget 2.11
WP AJAX Edit Comments v1.1.0.1 Final
ProblemThe plugin says to # Open wp-content/themes/<YOUR THEME NAME>/index.php
You may place it in single.php, post.php or page.php also.
# Find:
<?php while (have_posts()) : the_post(); ?>
Add anywhere below it (the place you want the ratings to show):
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
However, I'm using
Blue Memories by iqwolf and there's no
<?php while (have_posts()) : the_post(); ?> anywhere in the theme. I looked in the pages mentioned in the instructions above. But, each of those pages uses a template called the_loop.php. I looked in that and couldn't find the appropriate line either.
Where should I put this plugin so it works?
I couldn't find the
<?php while (have_posts()) : the_post(); ?> listed in the_loop.php. According to the instructions for this plugin, WP-PostRatings, I need to find that line of code and anywhere AFTER it I need to add
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>On my website,
wargamingforums.com, I'd like the ratings to show up in 1 of these 2 places. Either right under the title of the post (right beneath the date). OR, I'd like it to show up after it says "Post a Comment" at the end of the post.
I think either of those 2 places are intuitive for visitors.