Title: Default image problem
Last modified: February 19, 2018

---

# Default image problem

 *  Resolved [mirettep](https://wordpress.org/support/users/mirettep/)
 * (@mirettep)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/default-image-problem/)
 * Hey,
 * Is there some way of overwrite the “default” image that is coming from the rss
   feed site? I tried to add new thumb from my wordpress media, but its only showing
   some pic from the katikittis site. I want to add my own photo. Can you help me?
   🙂
 * Here’s and example for the shorcode
    [feedzy-rss feeds=”[https://katikitti.com/feed/&#8221](https://katikitti.com/feed/&#8221);
   max=”1″ feed_title=”no” target=”_blank” refresh=”6_hours” title=”100″ meta=”yes”
   summary=”no” summarylength=”300″ thumb=”yes” size=”69″ default=”[http://www.bonfire.fi/wp-content/uploads/2018/02/katikitti.jpg&#8221](http://www.bonfire.fi/wp-content/uploads/2018/02/katikitti.jpg&#8221);
   keywords_title=”KatiKitti”]
 * And another question. Is there any way that I can get rid of the “By” Word from
   the feed? Its not finnish word, and i tried to change the .pot file, but nothing
   happened :/

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * (@rohittm)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/default-image-problem/#post-10008987)
 * Hi There,
 * Thanks a lot for using Feedzy RSS Feeds Lite. Now, for showing your default photo,
   and not the original feed’s photo, you need to select “No” in
 * > Should we display the first image of the content if it is available?
 *  option or simply edit the above shortcode by changing `thumb="yes"` to `thumb
   ="no"`. Let me know if this works.
 * Also, can you explain more about removing “By” word? I mean from where do you
   want to remove this word? Author details or anywhere?
 * Thanks.
 *  Thread Starter [mirettep](https://wordpress.org/support/users/mirettep/)
 * (@mirettep)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/default-image-problem/#post-10014465)
 * Hey,
    That did not work :/ Its removes now the whole image if I put thumb no.
 * Here’s screenshot what I mean by the “By” word.
    [http://tinypic.com/r/2ec3olc/9](http://tinypic.com/r/2ec3olc/9)
 * How can i take it off?
 *  [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * (@rohittm)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/default-image-problem/#post-10021688)
 * Hey,
 * I understand that the default image features is not working here, and also I 
   have reported it to our development team. This will be fixed soon.
 * Also, to remove ‘By’ from the feeds, simply paste the following code to your 
   current theme’s function.php:
 *     ```
       function tifd_feedzy_remove_link_matches( $matches ) {
           return $matches[2];
       }
       function tifd_feedzy_remove_link( $content, $feedURL ) {
           $pattern= '/by/iU';
           $content= preg_replace_callback( $pattern, 'tifd_feedzy_remove_link_matches', $content );
           return $content;
       }
       //Remove the author link
       add_filter( 'feedzy_meta_output', 'tifd_feedzy_remove_link', 9, 2 );
       ```
   
 * [ Reference: [https://docs.themeisle.com/article/541-how-to-remove-links](https://docs.themeisle.com/article/541-how-to-remove-links)]
 * Let me know if this works for you. Thanks.
    -  This reply was modified 8 years, 3 months ago by [Rohit Motwani](https://wordpress.org/support/users/rohittm/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Default image problem’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

## Tags

 * [default image](https://wordpress.org/support/topic-tag/default-image/)
 * [rss feeds](https://wordpress.org/support/topic-tag/rss-feeds/)

 * 3 replies
 * 2 participants
 * Last reply from: [Rohit Motwani](https://wordpress.org/support/users/rohittm/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/default-image-problem/#post-10021688)
 * Status: resolved