language: PHP
licence: BSD
The Portfolio Template Code
<?php query_posts('showposts=10&cat=46'); ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<div class="divider"> </div>
<?php endwhile; ?>
<?php query_posts('showposts=10&cat=46'); ?>
<?php while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<div class="divider"> </div>
<?php endwhile; ?>