Code:
<?php if ( is_category('6')) { ?>pstop
<?php } else if (is_category('3')) {?>brtop
<?php } else {?>top
<?php } ?>
Any ideas?
<?php if ( is_category('6')) { ?>pstop
<?php } else if (is_category('3')) {?>brtop
<?php } else {?>top
<?php } ?>

Comment