custom php in sidebar-2
-
Hi
i need to add some custom php to sidebar on right. It looks like this
<?php if ( is_single() && in_category('3') ) { include('dev-info.php'); } ?> <?php if ( is_single() && in_category('2') ) { include('game-info.php'); } ?>
After that somethig breaks footer displaying.
Any suggestions ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘custom php in sidebar-2’ is closed to new replies.