• I am trying to find out how to add multiple images to a page that are each linked to a url. I have tried several gallery plugins, but they are not what I need. I want to be able to click on an image that takes you to a page with the image and a description. All of the gallery plugins that I have looked at are square in shape with a lightbox. I need vertical rectangles for the images with possibly 4 across and 3 rows down. Is it possible to do this without a gallery plugin? If not, any suggestions on a good gallery plugin?

    Thanks,

    Greg

Viewing 1 replies (of 1 total)
  • Shailesh

    (@shaileshsavaliya)

    I think you have to create a category like “gallery”

    Than you add some post with featured image in this category and call all the post from this category in any of your page or you can add category in menu.

    In page you just get featured image using loop with
    <a href="<?php the_permalink();?>"><?php the_post_thumbnail(); ?></a>

    You also use your style to arrange images

    That’s it…………….

Viewing 1 replies (of 1 total)
  • The topic ‘multiple page images’ is closed to new replies.