#42405 Portfolie slug
Landing › Forums › JupiterX WordPress Theme › Portfolie slug
Viewing 8 posts - 1 through 8 (of 8 total)
-
AuthorPosts
-
Ole H.Lyth 3 years, 8 months ago
Hi,
I want to change the Portfolio slug to smil.
I have put this in to the child function.php
add_filter( 'register_post_type_args', 'wpse247328_register_post_type_args', 10, 2 ); function wpse247328_register_post_type_args( $args, $post_type ) { if ( 'portfolio' === $post_type ) { $args['rewrite']['slug'] = 'smil'; } return $args; } But I can't get It to work. Regards Ole
Alexander Hutsol 3 years, 8 months agoHello Ole,
Have you re-saved the permalinks in WP Dashboard > Settings > Permalinks after you added the code in the child functions.php file? If the issue still remains then provide us with wp-admin and FTP (FTP host, FTP user, FTP password, FTP port) login details to your site in a private reply https://prnt.sc/qq4xkn to check the issue.
Thank you.
Regards.
Tatyana Hutsol 3 years, 8 months agoHello,
There is authentication code required to the wp-admin panel https://take.ms/KlIC0 .
Please disable this authentication so we can log in.
Also you missed the FTP password. Please share it as well.
Thank you.
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)