- This topic has 1 reply, 2 voices, and was last updated 4 years, 1 month ago by .
 
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › All Other Themes › Change custom URL for services, team, testimonials
Hello, I am using the Air Conditioner theme and would like to change slug for some custom URLs : “our-service” “our-team” and “testimonials”. Is there an an option to do so, or how to change the code ? Thanks
Hi,
These are custom post types. If you want to change the slug of custom post type?
Kindly go to core-function.php and find text “our-service” “our-team” and “testimonials” and change it there
Example:
'rewrite' => array('slug' => 'our-service'),
'rewrite' => array('slug' => 'our-team'),
'rewrite' => array('slug' => 'our-team'),
Regards,
Dave
