source: trunk/www.guidonia.net/wp/wp-content/themes/slickpress/page.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 618 bytes
Line 
1<?php get_header(); ?>
2 <!-- BEGIN content -->
3 <div id="content">
4
5 <?php if (have_posts()) : the_post(); ?>
6 <!-- begin latest -->
7 <div class="latest single">
8 <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
9 <?php the_content('Read More'); ?>
10 <div class="break"></div></div>
11 <!-- end latest -->
12 <?php else : ?>
13 <div class="notfound">
14 <h2>Not Found</h2>
15 <p>Sorry, but you are looking for something that is not here.</p>
16 </div>
17 <?php endif; ?>
18 <div id="comments"><?php comments_template(); ?></div>
19 </div>
20 <!-- END content -->
21<?php get_sidebar(); get_footer(); ?>
Note: See TracBrowser for help on using the repository browser.