Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Destinations

Home Forums VW Theme VW TOUR & TRAVELS THEME Destinations

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43339
    John Wyman
    Participant

    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.

    #43351
    developer vwtheme
    Participant

    Hi,

    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

    #43352
    John Wyman
    Participant

    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.

    #43355
    developer vwtheme
    Participant

    Hi,

    Can you want to change the post order of “TOP DESTINATION” post.

    Many Thanks

    #43356
    John Wyman
    Participant

    yes, i want to define the order, and have it sticky

    #43378
    developer vwtheme
    Participant

    Hello,

    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

    #43382
    John Wyman
    Participant

    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

    #43415
    developer vwtheme
    Participant

    Hi,

    If the code is not worked then you can use the Post Types Order plugin.

    Many Thanks

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.