• Hi

    I have an issue with Vina 1.2 theme.
    When i upload a new post with image, although the image will appear in the post itself, it won’t appear in the summary on the home page.

    Any help gratefully received!

    Thanks
    Kate

Viewing 1 replies (of 1 total)
  • Sounds like your theme’s home page template is currently configured to only show a post excerpt. If you don’t supply an optional custom excerpt, WordPress will create one automatically by stripping out all formatting, markup and images from the first 55 words of your post.

    You have 2 options:

    1. Edit index.php template file in your theme and replace the_excerpt() with the_content(). Then edit each post and insert the <!– more tag –> where you want your posts’ excerpts/teasers to finish.

    2. Write a custom excerpt in the Excerpt field, under the post edit box. It can be as short, or as long, as you wish and can include images.

Viewing 1 replies (of 1 total)
  • The topic ‘Issue with Vina 1.2 not displaying post image’ is closed to new replies.