Posted on : 2020-02-20 18:40:35 View Type: public
thread-details

To change the URL from courses/ to service/ Cause services is already in use on your site.
Edit file >> Education >> Lib >> Admin >> Custom-post-types >> courses.php
Find
'rewrite' => array('slug' => esc_html__('courses', 'education')),
Replace With
'rewrite' => array('slug' => esc_html__('service', 'education')),
To change the Course Groups to SErvice Groups in same file above
find
'rewrite' => array( 'slug' => 'courses_group'),
Replace with
'rewrite' => array( 'slug' => 'services_group'),
Which i have done for you. Also in case you want to change labels you can edit this file and change the labels as per your requirements.