Title: Adding RSS source to RSS feed
Last modified: August 21, 2016

---

# Adding RSS source to RSS feed

 *  [kevinattheloft](https://wordpress.org/support/users/kevinattheloft/)
 * (@kevinattheloft)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/adding-rss-source-to-rss-feed/)
 * Hello! Really love your plugin, looks great and has great functionality. Hoping
   you could help with one thing…we noticed that in the meta data, you guys are 
   able to show author and date published, but not the source website…this is useful
   for us because we use our RSS feed to aggregate industry news, and knowing the
   source is important. The source is visible from the RSS XML: [http://screencast.com/t/Zmpth6fi](http://screencast.com/t/Zmpth6fi)
 * Is there any modification I can do to the plugin to make that show up? You can
   also email me for admin rights. [kevin@loftopia.com](https://wordpress.org/support/topic/adding-rss-source-to-rss-feed/kevin@loftopia.com?output_format=md)
 * [https://wordpress.org/plugins/slidewizard/](https://wordpress.org/plugins/slidewizard/)

Viewing 1 replies (of 1 total)

 *  [shinjing](https://wordpress.org/support/users/shinjing/)
 * (@shinjing)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/adding-rss-source-to-rss-feed/#post-5120397)
 * hi kevinattheloft,
 * did you mean by displaying your feed URL at the slider?
 * it is simple. you can edit a file named ‘template.php’ (there are a lot of template
   for a different purpose. template.php used to displaying RSS feed and your post).
 * you can find out this file at directory: slidewizard > themes > default
 * at my modification, i would place it after the content. You can put this code
   before the close layer of class ‘slide-description’.
 *     ```
       source:
       		<?php
       		$gfeed = $slidewizard['options']['rss_feed_url'];
       		if ($gfeed != '') {
       			echo $gfeed;
       		}
       		?>
       ```
   
 * using a conditional to make sure if the source only displayed when you are displaying
   a feed gallery

Viewing 1 replies (of 1 total)

The topic ‘Adding RSS source to RSS feed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slidewizard_354244.svg)
 * [SlideWizard](https://wordpress.org/plugins/slidewizard/)
 * [Support Threads](https://wordpress.org/support/plugin/slidewizard/)
 * [Active Topics](https://wordpress.org/support/plugin/slidewizard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slidewizard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slidewizard/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [shinjing](https://wordpress.org/support/users/shinjing/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/adding-rss-source-to-rss-feed/#post-5120397)
 * Status: not resolved