Hi, t0nnytran
1. You can override this filter http://prntscr.com/fe4b3f in your active theme
2. The same filter will help you override plugin labels too
This and much more we can do for your website, here is our services http://www.cherryframework.com/services/
Tonnytrans, you can try this, put inside your theme function.php file. Refresh permalinks to see the changes
add_filter( 'register_post_type_args', 'wpse247328_register_post_type_args', 10, 2 );
function wpse247328_register_post_type_args( $args, $post_type ) {
if ( 'projects' === $post_type ) {
$args['rewrite']['slug'] = 'shows';
}
return $args;
}
Great, that worked for me!
Any idea on how to change the “projects_category” permalink?
@af3 @JetImpex
Where can I edit this? I don’t this file to edit:(
@af3
I doing follow you but this page error 404 page not found 🙁
I have also 404 error, when override filter. Any ideas what to change ? Cherry version 1.2.4
Not really sure what’s causing Error 404. The file in question is function.php file in your theme folder; or your child-theme folder.
I have stopped using this plugin.
Sorry cant help much.
Thanks, I think i’ll stop using it too.