Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: Portfolio images as links

$
0
0

Hi,

I prefer this in order to link thumb to post.

Go to home.php and change this line:

<a href="<?php echo $large[0] ?>" title="<?php the_title(); ?>" data-rel="prettyPhoto" class="zoom">View Image</a>

Into:

<a href="<?php the_permalink() ?>"<?php echo $large[0] ?> title="<?php the_title(); ?>" </a>


Viewing all articles
Browse latest Browse all 8865

Trending Articles