As these are images of websites that I have designed, I would like to link them to the website.
Linking portfolio images to website
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
replace following code in template_portfolio.php
echo '<a href="'.$portfolio_image.'" rel="lightbox[portfolio]"><img class="aligncenter" src="'.$portfolio_image_small.'" alt="" /></a>';with:
echo '<a href="'.get_post_meta($post->ID, 'url', true).'"><img class="aligncenter" src="'.$portfolio_image_small.'" alt="" /></a>';Then you must set post meta fields in all your portfolio posts. Call the fields "url" and type in the websites' adresses as values.
Posted 2 years ago # -
Works beautifully. Thank you for your help.....
Posted 2 years ago # -
Glad that I could help you.
Posted 2 years ago #
Reply
You must log in to post.














