Home › Forums › VW Theme › VW TOUR & TRAVELS THEME › Destinations
- This topic has 7 replies, 2 voices, and was last updated 3 years, 8 months ago by
developer vwtheme.
-
AuthorPosts
-
March 25, 2020 at 5:28 am #43339
John Wyman
ParticipantIs 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.
March 25, 2020 at 11:33 am #43351developer vwtheme
ParticipantHi,
Thanks for the post.
Could you please elaborate the issue you are having?
So that we could help you.
Little more information about the issue will help us to provide a better solution for you.
Also, provide us your site URL.
Thank You
March 25, 2020 at 11:41 am #43352John Wyman
ParticipantI 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.
March 25, 2020 at 2:02 pm #43355developer vwtheme
ParticipantHi,
Can you want to change the post order of “TOP DESTINATION” post.
Many Thanks
March 25, 2020 at 2:06 pm #43356John Wyman
Participantyes, i want to define the order, and have it sticky
March 26, 2020 at 10:12 am #43378developer vwtheme
ParticipantHello,
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.
Many Thanks
-
This reply was modified 3 years, 8 months ago by
developer vwtheme.
March 26, 2020 at 10:27 am #43382John Wyman
Participantdoesn’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 destinationsMarch 27, 2020 at 1:39 pm #43415developer vwtheme
ParticipantHi,
If the code is not worked then you can use the Post Types Order plugin.
Many Thanks
-
This reply was modified 3 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.