govs 0 Report post Posted May 9, 2010 Hi. Can anyone figure out what the code should be if i want this SNAP menu to show up only in cat=42? http://www.nateomedia.com/wares/downloads/wordpress/wp-snap/ Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 10, 2010 You'll have to throw in a conditional tag that looks something like this: ` <?php if(is_category('42')):?> SNAP CODE <?php endif;?> ` Where are you trying to have this info? Share this post Link to post Share on other sites