Forums
(@geertjan_83)
9 years, 11 months ago
Thank you!
11 years, 4 months ago
thanks, that worked!
13 years, 3 months ago
You’ll have to put this code before the loop in your page template file:
<?php query_posts('category_name=buy and sell’); ?>
Or if you know the ID of the category
<?php query_posts('cat=14'); ?>