/portfolio/ url modify

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26797
    fatihboranberber
    Participant

    Hi, I want modify /portfolio/ url to “eg. /services/” How can I do?

    #26806
    Veena
    Moderator

    Pls modify file plugins/livemesh-tools/includes/register-post-types.php line no:185 from

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

    to

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

    And you will need to visit Settings->Permalinks once for the slug change to take effect.

    #26825
    fatihboranberber
    Participant

    thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘/portfolio/ url modify’ is closed to new replies.