]> git.openstreetmap.org Git - stateofthemap.git/blob - page.php
RefreshWP 1.5
[stateofthemap.git] / page.php
1 <?php get_header(); ?>
2 <?php get_sidebar(); ?>
3         <div id="main">
4
5     <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
6                 
7                   <h1><?php the_title(); ?></h1>
8                         <p>
9                                 <?php the_content('<p>Read the rest of this page &raquo;</p>'); ?>
10         
11                                 <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
12         
13                         </p>
14                 
15             <?php edit_post_link('Edit this Entry','<p class="post-footer align-right">','</p>'); ?>
16           
17           <?php endwhile; endif; ?>
18           
19           <!-- content-wrap ends here -->       
20                 </div>
21 </div>
22 <?php get_footer(); ?>