Edit single.php template file (wp-content/themes/spotlight/single.php)
Add this:
<p class="excerpt_image alignleft"><?php spotlight_grab_image(get_the_ID(), 'medium'); ?></p>
Above (line 45 on the original version):
<?php the_content(); ?>
Edit single.php template file (wp-content/themes/spotlight/single.php)
Add this:
<p class="excerpt_image alignleft"><?php spotlight_grab_image(get_the_ID(), 'medium'); ?></p>
Above (line 45 on the original version):
<?php the_content(); ?>
You must log in to post.