Thread Starter
pdlr
(@pdlr)
This problem can be resolved by adding the code
<?php query_posts(‘cat=1’); ?>
(replace with whatever category id number you want to display on the main page) to the index.php file.
It should be added right after the line
<?php if (have_posts()) : ?>
(I am building off the kubrik theme on WP 2.3.1)
Thread Starter
pdlr
(@pdlr)
This solved my problem. Thank you.