Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    include_images is tricky; I can only remove Featured Images at the moment. None of the APIs (WordPress.com or the core WP API) allow you to remove images from the content with a simple filter.

    In your case, it might be best to opt to display only an excerpt of the posts, instead of the full content. This way, no images will be displayed. Your readers will only see a short excerpt of the original post.

    I hope this helps.

    Thread Starter kitwarestevejordan

    (@kitwarestevejordan)

    Thanks for the feedback Jeremy. Is there a specific filter that will pull just the excerpt, currently I’m using the following, which includes the featured image for each post even without the inclusion of include_image:

    [jeherve_post_embed url="blog.kitware.com" number="6"  include_title="true" include_excerpt="true" tag="CMake" headline="Recent Posts"]

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Thanks for the example. I ran some tests, and it turns out it was a bug in my plugin. I’ve just released an update, 1.3.3, to address this issue. Once you update, you should be all set.

    Thanks for letting me know about this!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing images from feed’ is closed to new replies.