Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<?php
if (is_home()) {
query_posts("cat=-3");
}
?>
можно попробывать в шаблон home.php или index.php вставить код перед циклом
PHP:<?php if (is_home()) { query_posts("cat=-3"); } ?>