groups

name language licence
Excluding the Category PHP BSD
The Homepage Template Code PHP BSD
The Portfolio Template Code PHP BSD



language: PHP
licence: BSD

The Portfolio Template Code

options: view full snippetsend to code collector
<?php query_posts('showposts=10&cat=46'); ?>  
<?php while (have_posts()) : the_post(); ?>  
<?php the_content(); ?>  
<div class="divider"> </div>  
<?php endwhile; ?>  
	
(Continues...)