• I have an article in my site, but at one point I have added the
    <!–more–> tag in the article. So there is a ‘Read more..’ option but no image is displayed. When the user clicks on the ‘Read more…’ I would like an image to appear in the upper left corner of the article. When the article is minimized I do not want to picture to show. How is this done?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Does you theme support the excerpts area? Otherwise whatever is above the readmore is probably going to show up on the post area unless you customize.

    Thread Starter Bob

    (@bgatto64)

    I’m using the Flexibility 3 theme, and it says I have to replace the <?php the_content(‘Read the rest of this entry’); ?> tag with
    <?php the_excerpt(); ?>.
    I did this in the single.php file and when I click on the Read more… link, all I get is an excerpt of the post plus […] at the end of the excerpt that doesn’t have a link attached to it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add an image to apost when fully expanded’ is closed to new replies.