groups

name language licence
comments-popup PHP Other
index3 PHP Other
Template : no-sidebar PHP Other
comments PHP Other
Attachment PHP Other
The Super-Awesome Button Other Other
Untitled Snippet PHP Other
Untitled Snippet HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Template : no-sidebar

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


<?php get_header(); ?>
<div class="span-24 center last" id="body">
<div class="container" id="main">
  <div class="span-24 last" id="content">
     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
     <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
     <?php the_content(__('Read more'));?>
     <?php endwhile; else: ?>
	
(Continues...)