Hello,
I've been scouring for a method of doing this and have had no luck.
I'd like to display an image conditionally based on what checkbox was selected when setting up a post. Here's what I've tried:
<?php if ( get_post_meta($page->ID, "Color Sorts", true)==tan) { ?>
and
<?php if ( get_post_meta($page->ID, "Color Sorts", true)=='tan') { ?>
But neither work...any help is greatly appriciated.