Submitted a help ticket and got a quick response from support team that addresses the issue. If anyone else is looking to change this, follow these instructions and then re-save your permalinks settings twice:
Please add the following code to functions.php file:
add_filter( 'cherry_services_post_type_args', '_my_rewrite_slug' );
function _my_rewrite_slug( $args ) {
$args['rewrite']['slug'] = 'new-slug';
return $args;
}
Where new-slug would be your new slug instead of cherry-services
-
This reply was modified 9 years, 3 months ago by
awldae33.
-
This reply was modified 9 years, 3 months ago by
awldae33.
-
This reply was modified 9 years, 3 months ago by
awldae33.
After changing the file, an error 404
Have you resaved your Permalinks twice? I’ve made this modification in three sites now and it’s worked fine each time. I do get the 404 error initially, but after resaving Permalinks settings it operates normally.
I followed the instructions and it works. Thank you very much for the solution.
Thanks, works after all steps done 🙂
-
This reply was modified 8 years, 7 months ago by
Damjan.
Works just fine thank you for that I was getting frustrated…
Is it possible to remove the links all together? I would just like the services to be listed on a page temporily until the other pages have been added.
Thanks for any help.
Is it possible to remove the links of cherry-services? I would just like the url of every services contain only the name of the domain an the the name of the service without any words in middle, as domain.com/service
Thanks for any help.