Title: jaskipper's Replies | WordPress.org

---

# jaskipper

  [  ](https://wordpress.org/support/users/jaskipper/)

 *   [Profile](https://wordpress.org/support/users/jaskipper/)
 *   [Topics Started](https://wordpress.org/support/users/jaskipper/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jaskipper/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jaskipper/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jaskipper/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jaskipper/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jaskipper/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Seriously Simple Podcasting] Is there a way to change the link attribute of the feed?](https://wordpress.org/support/topic/is-there-a-way-to-change-the-attribute-of-the-feed/)
 *  Thread Starter [jaskipper](https://wordpress.org/support/users/jaskipper/)
 * (@jaskipper)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/is-there-a-way-to-change-the-attribute-of-the-feed/#post-11975024)
 * I figured it out. Found this on the Github page ([https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/122](https://github.com/TheCraigHewitt/Seriously-Simple-Podcasting/issues/122))
   and modified for my needs.
 *     ```
       add_filter( 'ssp_feed_channel_link_tag', 'philoushka_custom_feed_channel_link_tag', 10, 2 );
       function philoushka_custom_feed_channel_link_tag ( $url = '', $series_slug = '' ) {
         if( $series_slug ) {
           $url = get_term_link( $series_slug, 'series' );
         }
         return $url;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Light] ssbl no button images showing?](https://wordpress.org/support/topic/ssbl-no-button-images-showing/)
 *  [jaskipper](https://wordpress.org/support/users/jaskipper/)
 * (@jaskipper)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/ssbl-no-button-images-showing/#post-6511692)
 * Thank you Česlav. That worked perfectly. I do hope that it gets included in the
   plugin update also.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailgun for WordPress] Links in emails are wrong](https://wordpress.org/support/topic/links-in-emails-are-wrong/)
 *  Thread Starter [jaskipper](https://wordpress.org/support/users/jaskipper/)
 * (@jaskipper)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/links-in-emails-are-wrong/#post-7027100)
 * Thank you so much! That makes perfect sense. Turned off Click Tracking and all
   is good.

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