• My issue is that I want to have images link to my posts. I have two pages in my menu which are beauty and reviews. When a visitor clicks beauty I would like to have images in a grid layout for the visitors to click on for the different posts for beauty. How can I achieve this?

Viewing 1 replies (of 1 total)
  • Do you have the grid layout part figured out? Making the images on the pages link to specific posts is the easier part i think. You can do this in several ways:

    Add this code inside one of your grids <a href="https://link-to-your-post.com><img src="link-to-your-image.jpg"></a> replacing the links in the example code.

    You can also add the image directly into your grid from the Add media option in your editor and change the href=”” part to point to your posts.

    See if this is helpful https://en.support.wordpress.com/links/image-links/

Viewing 1 replies (of 1 total)
  • The topic ‘Images that link to posts’ is closed to new replies.