• Resolved sy4o

    (@sy4o)


    Hello.

    I need images posted by users to be displayed in the gallery.
    Gallery is built into the theme “Bimber”. It can be displayed using shortcode –
    echo do_shortcode (‘[gallery mace_type = "lightbox"]‘);

    Please help to connect to this shortcode image identifiers displayed in the post.
    I am still new to PHP, could you tell us in more detail what, where and why 🙂

    Thank you in advance.
    I apologize for English (google translator).

Viewing 1 replies (of 1 total)
  • Hello @sy4o

    The Gallery you use, usages the short-code do_shortcode to display the gallery images, that okay and WPUF has nothing to do here. You just need to save the images into your gallery with the WPUF form. So, you’ll need to map the gallery with WPUF gallery field.

    Suppose, your gallery plugin saves the images with the meta_key ‘gallary_images’. So, with the image upload field of WPUF, you’ll need to use the same meta_key.

    The mechanism is like, you are saving/sending images to your gallery by mapping with the meta_key. The images save into your gallery and you can show it anywhere as it works. (Shortcode in your case as you mentioned).

    You’ll need to find out the meta_key first.

    I hope this will help you out.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Image IDs in a post’ is closed to new replies.