Themesphere Support Forum » Support » Spotlight

[sticky]

How to add the image on the homepage to the single (full) post page

(1 post)
  • Started 1 year ago by Haris

Tags:

  1. 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(); ?>

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.