Hi,
I have a strange situation with the Conditional Tags who work in the search page and it dont work in the single page???
What's the solution please.
<?php if($value !== get_post_custom_values("product")) {?>
<img src="<?php $values = get_post_custom_values("product"); echo $values[0]; ?>" title="Nom d'Art : <?php the_title(); ?>"/>
<?php } else { ?>
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/no-img.jpg" title="Article de blog : <?php the_title(); ?>"/>
<?php } ?>