Change Packages to Products

Please follow the below simple steps to change the permalink of products page from “Packages” to “Products” or to the slug name as per your needs.

Step 1

Please open the php file “wp-content/themes/trendytravel/framework/woocommerce/index.php” with some editor like dreamweaver and find Line.No: 29.

Step 2

Then replace the code $args['rewrite'] = array('slug' => 'package');, thereby with the following one as shown below,

'rewrite' => array( 'slug' => 'products' ),

You can change the slug “products” to whatever slug value that you need.

Leave A Comment?

This site uses Akismet to reduce spam. Learn how your comment data is processed.