How to display and hide blocks on Wordpress sidebar

Just a little tips. For those who are interested in getting some blocks displayed on the main page, and some more blocks hidden on the single page, here is the 2 line code to be included:

For example you may want to show all blocks on main page, but need to hide list of pages, categories or admin menu..

<?php if (is_single() || is_page()){}else{ ?> About me CategoriesAdmin menu <?php } ?> Recent posts Recent comments

Posted May 18th, 2006 by mightyhitter under Wordpress

 

Leave a Reply