Support Forum ยป User Profile

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Order with custom table #43506
    Fabio ValenteFabio Valente
    Participant

    Hi Peter, thank you for your quick response.
    My field group are in a custom table, fortunately I'm in development yet, so I can change.
    Is it possible to change the Field Group settings from custom table to WP, unselecting 'Save data in a custom table'?
    Are there problems?
    Thx

    in reply to: The View shortcode doesn't show #43441
    Fabio ValenteFabio Valente
    Participant

    The code:

    <main class="max-x-3xl mx-auto p-4">
    {% for post in query.posts %}
    <div class="flex mb-6 border border-gray-400 rounded">
    <div class="flex-1 p-4">
    <h2> {{ post.title }}</h2>
    {{ post.data_ora_inizio | date( 'd/m/Y' ) }} - {{ post.citta.label }}
    <div class = "mt-3">
    {{ post.content }}
    </div>
    </div>
    </div>
    {% endfor %}

    {{ mb.get_the_posts_pagination() }}
    </main>

    and the settings:

    settings

Viewing 2 posts - 1 through 2 (of 2 total)