• Hi,

    First of all thanks for your help developing this!

    I am just playing with wordpress and i am using WP Post Filter. I am just tweaking to get it to do what i want. I have set it to show posts in a category and that works. It displays the text fine, but any images in the posts do not display. How could i tweak this please?

    Thanks

    http://wordpress.org/extend/plugins/wp-posts-filter/

Viewing 1 replies (of 1 total)
  • Plugin Author Oleg

    (@olezheknet)

    Hi,
    thanks for your message, I’m glad you find the plugin helpful 🙂
    If you need to have a post excerpt to show images inside it’s text, you can set your own excerpt for the post with all the things you need. If you don’t have the excerpt field on the Add/edit post page, you can click Screen Options button and check the Excerpt checkbox:
    image
    After that, fill the excerpt of a post with the HTML-code containing <img> tags pointing the picture you want to see in the excerpt. Save and reload the page with the filter.
    The plugin uses the the_excerpt() function of WP to create excerpts automatically. This way, it removes all html-tags from the post and shows first 55 words of a post. If you set your own excerpt for a post, this function is not called for this post. Find the description of the function here.

Viewing 1 replies (of 1 total)

The topic ‘Display Images With WP Post Filter’ is closed to new replies.