Featured Image External Link
-
I want the featured image on each blog post to have a redirect to my e-commerce web-site. This is the code that I am using and what is happening is that the image is showing two thumbnails on the post. One thumbnail links to the web-site and one thumbnail links to the image itself (permalink). I am PHP hobbled – any thoughts?
<div class=”imageframe-1″>
<?php $key=”featured_external”; $single=1; $custom = get_post_meta($post->ID, $key, $single); ?>if($custom == “”){
” title=”<?php the_title(); ?>”> <?php the_post_thumbnail(); ?> ;}
else{
” title=”<?php the_title(); ?>”> <?php the_post_thumbnail(); ?> ;}</div>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Featured Image External Link’ is closed to new replies.