Create Destination
1: Create Destination
Go to Tripgo >> Destinations >> Add new Destination


2: Display at frontend
Support 2 tempaltes: Template 1 & Template 2. You can change template in Settings


3: Customize template
You have to create "ovadestination-templates" folder in child theme
// Customzie template 1
Copy file from
plugins/ova-destination/templates/single-destination-template1.php
to
themes/tripgo-child/ovadestination-templates/single-destination-template1.php
// Customzie template 2
Copy file from
plugins/ova-destination/templates/single-destination-template2.php
to
themes/tripgo-child/ovadestination-templates/single-destination-template2.php
Last updated