Title: Content Issue &#8211; Images
Last modified: August 30, 2016

---

# Content Issue – Images

 *  [gabbo_21](https://wordpress.org/support/users/gabbo_21/)
 * (@gabbo_21)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/larger-extract/)
 * I have extended the view of my contents using details found on support about 
   extract limit issues.
 * As per user expiriane
    “I have the same issue. I modified the widget for the 
   time being to fix this issue.
 * the issue is in the “includes\functions.php” ~line 178
    $html .= wp_trim_words(
   apply_filters( ‘rpwe_excerpt’, get_the_excerpt() ), $args[‘length’], ‘ …’ );
 * The issue is that the excerpt is pulling in the “read more text” BEFORE it’s 
   being trimmed. Here is my edit to fix the issue:
 * $html .= wp_trim_words( apply_filters( ‘rpwe_excerpt’, get_the_content() ), $
   args[‘length’], ‘ …’ );”
 * Now I get ‘[gallery columns="4" orderby="title"]‘ included from where I have 
   structured images to display in content.
 * Any help fixing this?

The topic ‘Content Issue – Images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recent-posts-widget-extended_3384ca.
   svg)
 * [Recent Posts Widget Extended](https://wordpress.org/plugins/recent-posts-widget-extended/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-extended/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-extended/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [gabbo_21](https://wordpress.org/support/users/gabbo_21/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/larger-extract/)
 * Status: not resolved