Forums
(@ryduh)
19 years, 8 months ago
In wordpress 2.0 I edited index.php like this and it hides my 6th category:
<?php $cat=”-6″; /* Short and sweet */ define(‘WP_USE_THEMES’, true); require(‘./wp-blog-header.php’); ?>