Conditional Tags dont work .
-
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 } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Conditional Tags dont work .’ is closed to new replies.