groups

name language licence
404 PHP GPL 2
Display a Pages Menu in your Sidebar PHP BSD
Display an External RSS Feed PHP BSD
Display Recent Posts PHP BSD
Display Blogroll Links PHP BSD
Display Archives in a Drop-Down Box PHP BSD
slider PHP GPL 2
wide PHP GPL 2

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: GPL 2

wide

options: view full snippetsend to code collector
<?php
/*
Template Name: wide
*/
?>

<?php get_header(); ?>
  <div class="container span-24 last" id="main">
  <div class="span-24 box" id="content">    
	<?php if (have_posts()) : ?>
	<?php $i == 0; ?>
		<?php while (have_posts()) : the_post(); $i++; ?>
			<div <?php if(function_exists('post_class')) : ?><?php post_class(); ?><?php else : ?>class="post post-<?php the_ID(); ?>"<?php endif; ?>>
				<h3 class="entry"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
				<div class="entry" id="post">
	
(Continues...)