Title: Feed with images
Last modified: August 21, 2016

---

# Feed with images

 *  Resolved [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/)
 * I searched for everything, I found BOX template but it’s not like that. It’s 
   not showing pictures.
 * I want to have something like that,… how can I do it?
 * [http://shrani.si/f/2j/Nm/2y5OG61v/multirssfeed.jpg](http://shrani.si/f/2j/Nm/2y5OG61v/multirssfeed.jpg)
 * [http://wordpress.org/extend/plugins/wp-rss-multi-importer/](http://wordpress.org/extend/plugins/wp-rss-multi-importer/)

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/feed-with-images/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/feed-with-images/page/2/?output_format=md)

 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854218)
 * at this point, I’ve created the templates a series of examples…if you want to
   customize a template, just go in and do that (then save it using the template
   options so it doesn’t get overwritten). I don’t personally customize templates
   for users of the plugin (else, all I would be doing is free customization work
   all day long 🙂
 *  Thread Starter [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854259)
 * Yes yes of course 🙂
 * But which one is best to costumize to get something like that?
    I discovered 
   that they dont have pictures,…
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854263)
 * I would start with the boxes.php template…it’s already set up with most of the
   code you need to customize…there is one parameter in the showexcerpt function
   that handles whether the image shows or not.
 *     ```
       showexcerpt($items["mydesc"],15,$openWindow,1,$items["mylink"],$adjustImageSize,$float,$noFollow,$items["myimage"])
       ```
   
 * the 1 after the $openWindow parameter indicates whether an image should show..
   you can change the 15 to 0 (which gets rid of all text)
 *  Thread Starter [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854321)
 * Ok thanks!
    That helped me to solve a lot 🙂
 * Just one more question, I am editing file smooth_scroll.php and cant find this:
   
   [](http://shrani.si/f/37/Pc/4NdJWjAw/screen-shot-2013-06-18-a.png)
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854358)
 * it’s there in the plugin
 * [http://www.screencast.com/t/d5YdWhWc0](http://www.screencast.com/t/d5YdWhWc0)
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854359)
 * also, please spend a moment and rate my plugin by going to
    [http://wordpress.org/extend/plugins/wp-rss-multi-importer/](http://wordpress.org/extend/plugins/wp-rss-multi-importer/)
 * It helps a lot with motivation since I don’t make any money supporting and improving
   this plugin 🙂
 *  Thread Starter [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854379)
 * Of course i will 🙂
 * Sorry, up there I see that the link wasent published.
    Loogking for this div,
   want to align picture on center and resize it 🙂 [link to picture](http://shrani.najdi.si/?37/Pc/4NdJWjAw/screen-shot-2013-06-18-a.png)
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854419)
 * can you post a link to where this is happening…I can then give you the css to
   hopefully do what you want.
 *  Thread Starter [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854420)
 * Its [moj-kuponcek.si/vsi-kuponi](http://moj-kuponcek.si/vsi-kuponi) thanks!
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854421)
 * ok…let’s try this…can you give me the rss feed url you are using?
 *  Thread Starter [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854431)
 * Yes, its this one
 * [http://poisciakcijo.si/index.php?format=feed&type=rss](http://poisciakcijo.si/index.php?format=feed&type=rss)
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854437)
 * Ok..go into the templates.css and find the selector shown and add some padding,
   like this:
 *     ```
       div.wprssmi-excerpt {
           font-size: 12px;
           padding-left: 15px;
       }
       ```
   
 * resizing the images is much more difficult since my plugin can’t recognize the
   image and resize it, except for changing the width to, say 150 – which it’s doing
   now..so it’s a standard width for all images – if you want to change that to 
   a smaller size you’ll need to change that in the excerpt_functions.php file (
   at the bottom of that file)
 *  Thread Starter [specter911](https://wordpress.org/support/users/specter911/)
 * (@specter911)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854472)
 * Thank you very much! 🙂
 *  [staceypsegal](https://wordpress.org/support/users/staceypsegal/)
 * (@staceypsegal)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854512)
 * No matter what settings I choose, I am unable to get any images to show. I am
   currently using shortcode settings boxed template, but have tried all others 
   and non show images. Any suggestions?
 *  Plugin Author [Allen](https://wordpress.org/support/users/amweiss98/)
 * (@amweiss98)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/feed-with-images/#post-3854513)
 * did you follow the instructions given to specter911 in this thread…he asked the
   same question and I showed him how to get images to show – the template is not
   currently configured to show images.

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/topic/feed-with-images/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/feed-with-images/page/2/?output_format=md)

The topic ‘Feed with images’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-rss-multi-importer_a9b8a0.svg)
 * [WP RSS Multi Importer](https://wordpress.org/plugins/wp-rss-multi-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-multi-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-multi-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-multi-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-multi-importer/reviews/)

## Tags

 * [look](https://wordpress.org/support/topic-tag/look/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 24 replies
 * 5 participants
 * Last reply from: [Carlos Perez](https://wordpress.org/support/users/carlos-perez/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/feed-with-images/page/2/#post-3854637)
 * Status: resolved