Bahh!!! I am frustrated.
Here is the thing. I edit the template and use it on a Page. Here is what I’ve altered in the template:
<div class=”storycontent”>
<?php query_posts(‘cat=7’); ?> <— added this line
However, it doesn’t display anything.
So, I did some research and read about The Loop. A few things I don’t understand about it – is it located only in index.php? Am I supposed to edit the loop itself to accomplish what I want? And if I put the abovementioned line right before the loop on index.php, won’t it be displayed on ALL the pages?
In addition, there is WP1.5 confusion, it seems that all the examples and tutorials are focused on it.
Help please? I am really trying here ??