No Place to Add in Theme
-
The 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(); ?>
in the theme. I looked in the pages mentioned in the instructions above. But, each of those pages uses a template the_loop.php. I looked in that and couldn’t find the appropriate line either.Where should I put this plugin so it works?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No Place to Add in Theme’ is closed to new replies.