I have a custom post 'event'. For each post there is a gallery attached. On a main galley page i am displaying featured images from each post . Now i want that when person clicks on this featured image , he should be taken to a new template where images from the attached gallery of the post are displayed using get_post_gallery(). I can use permalink because it will take me to the 'single-event'.
How can i do it ? Please help me out.