Order the data by ASC or DESC in settings page inside views

Support MB Views Order the data by ASC or DESC in settings page inside views

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #34103
    JamesJames
    Participant

    Hi, Metabox dev. I would like to ask how can I order the data inside by ascending or decending order using this query.

    {% for item in site.ws_gallery.image_advanced_lpx6hobqs9c %}
    <div>
        <img src="{{ item.full.url }}" width="{{ item.full.width }}" height="{{ item.full.height }}" alt="{{ item.full.alt }}">
    </div>
    {% endfor %}

    Note: Not a developer.

    #34113
    Long NguyenLong Nguyen
    Moderator

    Hi Kirb,

    There is no way to order the images of the field image_advanced like the post. You can try to drag and drop the images in the field to re-order them as you want.

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