Hello! How do I link to thumbnail to the page instead of the a enlarge image? Like how to the title of the thumbnail links to the page. I want the whole thing like that. Thanks!!!!!!!!!!!!!!!!!!!!!!!!!
PORTFOLIO THUMBNAIL LINK to page and not image.
4 posts from 4 voices-
Posted 1 year ago #
-
Hi Kreisi-
I'm having the same problem. I can't find the page for the portfolio item at all if I use the nav in my site. I can only see them if I go to them via the dashboard.
Thanks for your help!
LuciPosted 1 year ago # -
Though this may have been resolved in the meantime, I had the same "problem" and found the following solution:
Open the template_portfolio.php - find the code where it says:
'<a href="'.$portfolio_image.'" rel="lightbox[portfolio]"><img src="'.$portfolio_image_small.'" alt="" /></a>';?>and change it to
<a href="<?php echo get_permalink() ?>" rel="bookmark"><img class="aligncenter" src="<?php echo $portfolio_image_small?>" alt="" /></a>Worked for me!
Posted 9 months ago # -
Hey maciana,
Thanks for posting your solution :)
Regards,
Devin
Posted 9 months ago #
Reply
You must log in to post.














