Hi there,
I must put a custom query string as
<?php echo get_post_meta($post->ID, "whatiwant", true); ?>
into a conditional tags as:
<?php if (is_category('xxxxxxxx')) { echo 'hello'; } ?>
instead of "xxxxxxx"
how I can write the php code for this..?