Changing the main links

Pending
Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme Travelo - Travel/Tour/Car Rental/Cruise Booking WordPress Theme October 28, 2020
Login to reply
Kelly R Support Agent
3 years ago

Please extend the support license to get our support.

Best regards,

Benedict Nyathi
3 years ago

Thank you. I will renew support soon. How about the code to modify the "tour" permalinks

Kelly R Support Agent
3 years ago

Hello,

You can do it like following.

Please find the code in /wp-content/themes/Travelo/inc/functions/custom-post-types.php file.

register_post_type( 'accommodation', $args );

And replace with following code.

$args['rewrite'] = array( 'slug' => 'your permalink' ); 
   register_post_type( 'accommodation', $args );
   flush_rewrite_rules( false );

And your support license was expired. Please extend it to get our support.

Best regards,

Benedict Nyathi
3 years ago

I would like  the code to change the main links for "accommodation" to "hotels" and  "tour" to "tours" or anything similar. Kindly give me the code that can modify to achieve that

Additional Info

Your Website Url: https://www.visitafricalivingstone.com