Title: Customize permalink and Header
Last modified: May 24, 2017

---

# Customize permalink and Header

 *  [t0nnytran](https://wordpress.org/support/users/t0nnytran/)
 * (@t0nnytran)
 * [9 years ago](https://wordpress.org/support/topic/customize-permalink-and-header/)
 * Hi Support team,
    I have 2 questions. 1. How to change permalink “/projects-archive”
   to “/sample-text”? 2. How to change header title “Projects” in page to “Sample
   text”? Thanks!

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

 *  Plugin Author [templatemonster-2002](https://wordpress.org/support/users/templatemonster-2002/)
 * (@templatemonster-2002)
 * [9 years ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9182273)
 * Hi, t0nnytran
 * 1. You can override this filter [http://prntscr.com/fe4b3f](http://prntscr.com/fe4b3f)
   in your active theme
    2. The same filter will help you override plugin labels
   too
 * This and much more we can do for your website, here is our services [http://www.cherryframework.com/services/](http://www.cherryframework.com/services/)
    -  This reply was modified 9 years ago by [templatemonster-2002](https://wordpress.org/support/users/templatemonster-2002/).
 *  [af3](https://wordpress.org/support/users/af3/)
 * (@af3)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9222087)
 * Tonnytrans, you can try this, put inside your theme function.php file. Refresh
   permalinks to see the changes
 *     ```
       add_filter( 'register_post_type_args', 'wpse247328_register_post_type_args', 10, 2 );
       function wpse247328_register_post_type_args( $args, $post_type ) {
           if ( 'projects' === $post_type ) {
               $args['rewrite']['slug'] = 'shows';
           }
           return $args;
       }
       ```
   
 *  [emilianogh](https://wordpress.org/support/users/emilianogh/)
 * (@emilianogh)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9239555)
 * Great, that worked for me!
    Any idea on how to change the “projects_category”
   permalink?
 *  Thread Starter [t0nnytran](https://wordpress.org/support/users/t0nnytran/)
 * (@t0nnytran)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9244374)
 * [@af3](https://wordpress.org/support/users/af3/) @JetImpex
    Where can I edit 
   this? I don’t this file to edit:(
 *  Thread Starter [t0nnytran](https://wordpress.org/support/users/t0nnytran/)
 * (@t0nnytran)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9244491)
 * [@af3](https://wordpress.org/support/users/af3/)
    I doing follow you but this
   page error 404 page not found 🙁
 *  [pjabol](https://wordpress.org/support/users/pjabol/)
 * (@pjabol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9333951)
 * I have also 404 error, when override filter. Any ideas what to change ? Cherry
   version 1.2.4
 *  [af3](https://wordpress.org/support/users/af3/)
 * (@af3)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9336079)
 * Not really sure what’s causing Error 404. The file in question is function.php
   file in your theme folder; or your child-theme folder.
 * I have stopped using this plugin.
    Sorry cant help much.
 *  [pjabol](https://wordpress.org/support/users/pjabol/)
 * (@pjabol)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9337195)
 * Thanks, I think i’ll stop using it too.

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

The topic ‘Customize permalink and Header’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cherry-projects_6c4960.svg)
 * [Cherry Projects](https://wordpress.org/plugins/cherry-projects/)
 * [Support Threads](https://wordpress.org/support/plugin/cherry-projects/)
 * [Active Topics](https://wordpress.org/support/plugin/cherry-projects/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cherry-projects/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cherry-projects/reviews/)

 * 8 replies
 * 5 participants
 * Last reply from: [pjabol](https://wordpress.org/support/users/pjabol/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/customize-permalink-and-header/#post-9337195)
 * Status: not resolved