Forums
(@geertjan_83)
8 years, 9 months ago
Thank you!
10 years, 2 months ago
thanks, that worked!
12 years, 1 month 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'); ?>