Thank you for the reply kwbridge.
I’m not sure what I’ve done wrong with this but i get this error.
Parse error: syntax error, unexpected $end in /hermes/bosweb/web154/b1540/sl.insatiab/public_html/wp-content/themes/default/snarfer.php on line 25
I put this in the template page:
<?php /* Template Name: Snarfer */ ?>
<?php get_header(); ?>
<?php query_posts(‘category_name=Recipes&showposts=1’); ?>
<?php while (have_posts()) : the_post(); ?>
<?php get_footer(); ?>
I also don’t know what you mean by this:
you will also want to add a query before the loop