Hi,
I have the old infocus theme.
In my portfolio galleries I would like to either remove the automatic link on the thumbnail or link directly to the post.
How can I do this?
thanks
(3 posts)
(2 voices)
Hi,
I have the old infocus theme.
In my portfolio galleries I would like to either remove the automatic link on the thumbnail or link directly to the post.
How can I do this?
thanks
Hello Vorarlberg,
Open up /wp-content/themes/infocus/lib/includes/template-portfolio-gallery.php and on line 214 you should see this,
<a class="load_portfolio_img" rel="lightbox[portfolio]" href="<?php echo $portfolio_video_link; ?>">
Change it like this,
<a class="load_portfolio_img" href="<?php the_permalink(); ?>">
Thanks Elliott,
works like a charm!
You must log in to post.