Home Forums WoodMart support forum Change Portfolio Permalink

Change Portfolio Permalink

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #113782

    m0seR
    Participant

    Hello,

    i’m trying to change the portfolio permalink using this code i found in another topic

    add_filter('register_post_type_args', 'portfolio_to_my_slug', 10, 2);
    function portfolio_to_my_slug($args, $post_type){
     
        if ($post_type == 'portfolio'){
            $args['rewrite']['slug'] = 'pointinfo';
        }
     
        return $args;
    }

    and after saving the functions.php and then re-saving at the permalinks page, it doesn’t work 🙁

    Thank you in advance,

    #113786

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #117942

    m0seR
    Participant

    Hello again,

    fixed it. You can close the topic.

    Thanks 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change Portfolio Permalink’ is closed to new replies.