Title: Link customization
Last modified: January 25, 2018

---

# Link customization

 *  Resolved [costi123](https://wordpress.org/support/users/costi123/)
 * (@costi123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/link-customization-3/)
 * Any chance to see a pro version soon? How can I customize the link: [http://www.yourwebsite.com/feature-request](http://www.yourwebsite.com/feature-request)
   to [http://www.yourwebsite.com/ideas?](http://www.yourwebsite.com/ideas?)
 * Thank you. Costi.

Viewing 1 replies (of 1 total)

 *  [James Kemp](https://wordpress.org/support/users/jamesckemp/)
 * (@jamesckemp)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/link-customization-3/#post-10052263)
 * Hey,
 * Sorry for the delay on this – I wasn’t being notified of requests! You can change
   it by adding the following code to your child theme’s functions.php file:
 *     ```
       /**
        * Modify feature requests archive slug.
        * 
        * @param $slug
        *
        * @return string
        */
       function jck_modify_sfr_archive_slug( $slug ) {
       	return 'ideas';
       }
   
       add_filter( 'jck_sfr_archive_slug', 'jck_modify_sfr_archive_slug', 10 );
       ```
   
 * once added, go to Settings > Permalinks. Visiting that page will clear your permalinks
   cache.
 * I was awaiting feedback from people before proceeding with a pro version, but
   it seems a few people would like it.
 * Hope this helps!
    -  This reply was modified 8 years, 3 months ago by [James Kemp](https://wordpress.org/support/users/jamesckemp/).

Viewing 1 replies (of 1 total)

The topic ‘Link customization’ is closed to new replies.

 * ![](https://ps.w.org/simple-feature-requests/assets/icon.svg?rev=2202889)
 * [Simple Feature Requests Free - User Feedback Board](https://wordpress.org/plugins/simple-feature-requests/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-feature-requests/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-feature-requests/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-feature-requests/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-feature-requests/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-feature-requests/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [James Kemp](https://wordpress.org/support/users/jamesckemp/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/link-customization-3/#post-10052263)
 * Status: resolved