So I've got my portfolio page (with images defined by html (by css is possible if needed)). And now I 'add' portfolio information pages by just making a new page, and then putting the link of that page in the href of the according image on my portfolio home page.
Is there a way I can (by using CPT):
- Add an image on the portfolio page
- Add an new portfolio information page (with an custom template (I am now just manually selecting the template when I make a portfolio information page).
- Automatically insert the url of the portfolio information page on that image (on the portfolio page).
Or is this not possible?
(for better understanding I have already obtained this by doing it manually on my site (you can click on the images and then be taken to the portfolio information page), I would like to do this by using CPT ...
Thank you!