change "staff" to "team"

Support Area Forums Moonrise change "staff" to "team"

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question:
  • Author
    Posts
  • #10807
    marcus entradilla
    Participant

    Hi Bill
    if we want to change “staff” to “team” (or whatever) and that is also says team in the permalink…how do we do that?
    p.s it is only important what the page visitors see…i don’t mean to change in the control panel…
    cheers
    /marcus

    #10809
    Bill Robbins
    Moderator

    Marcus,

    You can do that. You’ll need to install and activate the WP Editor plugin to access the file you need to change. Once you’ve activated it, go to the Appearance section and select the Theme Editor there.

    In the right, you’ll see the files in your theme. Choose the “includes” folder and then the “post-types” folder in it. Then choose staff.php there. Look for this line:

    
    'menu_icon' 			=> get_template_directory_uri() . '/images/staff.png',
    

    Right above that paste this:

    
    'rewrite' => array( 'slug' => 'team' ),
    

    where team is the word you’d like to have in your URL’s. Save your changes.

    Then go to the Settings section and select Permalinks. Click update at the bottom of the screen. Wait for the page to refresh and then click update again.

    That should update your URL’s for you.

    If you have any trouble, let me know,
    Bill

    #10810
    marcus entradilla
    Participant

    Hi Bill
    Will try and let you know…thanks
    /M

    #10850
    marcus entradilla
    Participant

    Hi Bill
    worked perfectly
    Thanks for AMAZING help and support…
    let me know if you need any testimonial…we will be happy to help…
    cheers
    Marcus

    #10851
    Bill Robbins
    Moderator

    I’d love for you to leave a testimonial. You can either post one here, or email it to support@organizedthemes.com.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change "staff" to "team"’ is closed to new replies.