Viewing 1 replies (of 1 total)
  • Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    By default this is your site’s hoe URL, but you can change it by adding the following snippet to your theme’s functions.php file:

    add_filter( 'ssp_feed_channel_link_tag', 'sherwinmj_ssp_feed_channel_link_tag', 10, 2 );
    function sherwinmj_ssp_feed_channel_link_tag( $url, $series ) {
      $url = 'https://www.example.com/';
      return $url;
    }

    You would just need to replace https://www.example.com/ with the URL that you would like the website link to point to.

    If this has helped you then please support continued development by leaving a review ??

    Cheers,
    Hugh

Viewing 1 replies (of 1 total)
  • The topic ‘Changing iTunes Website Link’ is closed to new replies.