Is there any way to order the items in the destination view destinations. You have an order field in the menus, but not in the destinations, makes it difficult to maintain a flow.
I have added 11 Tours and Destinations, on the front page they display in the order they were entered, or last modified. I would like them to be in a specific order. See front page , scroll down to top destinations laosbycar.com
also is there anyway to put captions on the entry instead of just when I hover.
For changing the post type order you need to change coding please follow the below steps
Go to theme folder i.e vw-tour-pro >> template-parts >> home >> section-top_destination.php >> and Paste ‘order’ => ‘ASC’, after ‘key’ => ‘meta-destination’, >> save file.
doesn’t make any difference, also you used the wrong type of quote marks, which won’t parse.
array(
‘key’ => ‘meta-destination’,
‘order’ => ‘ASC’,
‘value’ => 1,
‘compare’ => ‘=’
)
how is this going to impact the order of alreaady added destinations