Title: Help Code Snippets &amp; Sitemaps
Last modified: March 21, 2021

---

# Help Code Snippets & Sitemaps

 *  Resolved [Justin](https://wordpress.org/support/users/jbslife/)
 * (@jbslife)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/help-code-snippets-sitemaps/)
 * I have tried the following two codes as described in the link…
 *     ```
       add_filter( 'wprss_ftp_link_post_title', 'link_my_post_titles' );
       function link_my_post_titles() {
           // Return an array of feed source IDs. Replace 23, 49, 11 with your own feed source IDs.
           return array( 23, 49, 11 );
       }
       ```
   
 *     ```
       add_filter( 'wprss_ftp_link_post_title', function ( $link ) { 
           return get_query_var( 'seopress_cpt' ) === '';
       } );
       ```
   
 * The first one works. The second one also works like it is supposed to for the
   sitemap… but then it redirected all of the posts in the entire site to the original
   website too?
 * How do I get this to work?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhelp-code-snippets-sitemaps%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [mikeyboo](https://wordpress.org/support/users/mikeyboo/)
 * (@mikeyboo)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/help-code-snippets-sitemaps/#post-14218134)
 * Hi [@jbslife](https://wordpress.org/support/users/jbslife/) For questions related
   to our premium add-ons, please use our [contact form](https://www.wprssaggregator.com/contact/)
   as this forum is only for questions related to the free version.
 *  Thread Starter [Justin](https://wordpress.org/support/users/jbslife/)
 * (@jbslife)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/help-code-snippets-sitemaps/#post-14218214)
 * Ok… thanks… contacted via support form.

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

The topic ‘Help Code Snippets & Sitemaps’ is closed to new replies.

 * ![](https://ps.w.org/wp-rss-aggregator/assets/icon-256x256.gif?rev=3157090)
 * [RSS Aggregator - RSS Import, News Feeds, Feed to Post, and Autoblogging](https://wordpress.org/plugins/wp-rss-aggregator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rss-aggregator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rss-aggregator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rss-aggregator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rss-aggregator/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Justin](https://wordpress.org/support/users/jbslife/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/help-code-snippets-sitemaps/#post-14218214)
 * Status: resolved