• Resolved wedavid1

    (@wedavid1)


    Hi,

    I would like to know if it possible ALL the gallery submitted by users in a single page (included attached gallery published on certain post) . I would like to have a kind of archive page.

    • I’ve tried to insert upg-list on a page : only the upg-post content appears not the upg-attached content
    • I’ve tried the [upg-gallery] : it seems the shortcode doesn’t work.

      Can you help me ?

      Thanks a lot ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author odude

    (@odude)

    Thank you for your feedback,
    There is some code conflict and need to get fixed.
    Please comment out or delete the code at layout\catalog.php

    and do surely inform me the result, so that I will make it available for everyone in next update.

    [upg-list] should work.

    /*
    if (!in_array(“draft”, $post_status)) {
    $args[‘meta_query’] = array(
    ‘relation’ => ‘OR’,
    array(
    ‘key’ => ‘media_private’,
    ‘value’ => ‘true’,
    ‘compare’ => ‘!=’,
    ),
    array(
    ‘key’ => ‘media_private’,
    ‘compare’ => ‘NOT EXISTS’,
    ),
    );
    }
    */

    Sorry, there is no any [upg-gallery] shortocde available.

    • This reply was modified 4 years, 7 months ago by odude.
    Thread Starter wedavid1

    (@wedavid1)

    Hi,

    Thank you very much for your answer !

    I’ve commented the code in layout.php and it works !

    Thanks a lot !

    By the way, i think i will the pro version of your plugin but can you explain to me the difference between UPG and Flexi Gallery ?

    Thanks and have a nice day

    Plugin Author odude

    (@odude)

    The biggest difference is Flexi has Guten Block and lot’s of hook for developers.

    • This reply was modified 4 years, 7 months ago by odude.
    Thread Starter wedavid1

    (@wedavid1)

    Thanks a lot for your answer, i bouhght UPG pro ??

    • This reply was modified 4 years, 7 months ago by wedavid1.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display all post (include attached)’ is closed to new replies.