• Resolved laurentdata

    (@laurentdata)


    Hello
    I would like to create in my page a tile of various images without linking with a post or a page, just images. I create a gallery but when i configure it in the setting menu, post_type, i choose gallery; I only see one images of the gallery in my page.
    I hope you’ ll understand.
    Thank you
    laurent

    https://www.ads-software.com/plugins/wp-tiles/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi there!

    To be honest, WP Tiles is probably not the best plugin to use for an image gallery that doesn’t link to posts. To remove the links, you’d have to tweak the javascript (or add a click listener that overrides the one from WP Tiles).

    To show a gallery of all images attached to the current post, however, you can use the following shortcode:

    [wp-tiles posts_query='post_parent={POST_ID}&post_type=attachment&posts_per_page=-1&post_mime_type=image']
    (replace POST_ID with the current post ID)

    But like I said, you may be better off finding a good gallery plugin for this.

    Good luck!
    Mike

Viewing 1 replies (of 1 total)
  • The topic ‘Just Gallery with WP tiles’ is closed to new replies.