/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if ( in_category('11') ) { include (TEMPLATEPATH . '/navigation.php'); } else { echo "Something else"; } ?>