| name | language | licence |
|---|---|---|
| home | PHP | Other |
| Template : home-page | PHP | Other |
| Template : film | PHP | Other |
| Untitled Snippet | PHP | Other |
| style | CSS | Other |
| Template : wide | PHP | Other |
| 404 | PHP | Other |
| Template : About | PHP | 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 : About
options: view full snippet • send to code collector
<?php
/*
Template Name: about
*/
?>
<?php get_header(); ?>
<div class="span-24 " id="quotes">
<?php include ('slideshow-static.php') ?>
<div class="clear"></div>
<div class="container" id="main">
<?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'));?>



library
buttons (3)
wp (93)