Change Portfolio Permalink
-
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,
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
Hello again,
fixed it. You can close the topic.
Thanks 🙂
The topic ‘Change Portfolio Permalink’ is closed to new replies.