Change URL ver 14.5
-
Hi Chris,
please how can I change the URL of testimonials from:
https://example.com/testimonial/testimonial1
to
https://example.com/references/testimonial1I found this question already posted som 7 months ago, your response was to add this to function.php:
/* * Change slug for Strong Testimonials */ function strong_change_slug() { add_permastruct( 'wpm-testimonial', "review/%wpm-testimonial%", array( 'slug' => __( 'review', 'my_theme_text_domain' ) ) ); } add_action( 'init', 'strong_change_slug' );
It doesn’t really work for me in ver 14.5. Tried changing wpm-testimonial to testimonial, but no luck. Is there any way to do it?
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Change URL ver 14.5’ is closed to new replies.