make gallery image click through to post
-
I’m currently building this site:
https://nwrdev.mambomedia.com/portfolio and I’m having trouble finding the code that allows for you to click on the main image in the portfolio and it goes to a description page. Each image is a post with the image being its featured image.
I tried using
<a href="<?php get_post_permalink() ?>"><span>image is auto-populated here</span></a>
but it just reloads that page.
Any thoughts?
- The topic ‘make gallery image click through to post’ is closed to new replies.