groups

Link to this snippet:


Download to Code Collector

language: PHP
licence: BSD

The Portfolio Template Code

options: send to code collectorview all maeghan's snippets
<?php query_posts('showposts=10&cat=46'); ?>  
<?php while (have_posts()) : the_post(); ?>  
<?php the_content(); ?>  
<div class="divider"> </div>  
<?php endwhile; ?>