Create Destination

1: Create Destination

Go to Destinations >> Add new Destination

2: Display at frontend

  • 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