author | ymh <ymh.work@gmail.com> |
Mon, 22 Mar 2010 16:36:28 +0100 | |
changeset 5 | ac511f1ccc8e |
parent 1 | 0d28b7c10758 |
permissions | -rw-r--r-- |
1 | 1 |
<?php get_header(); ?> |
2 |
||
3 |
<?php get_sidebar(); ?> |
|
4 |
||
5 |
<div id="main"> |
|
6 |
||
7 |
<div id="left"> |
|
8 |
||
9 |
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> |
|
10 |
||
11 |
<div class="post"> |
|
12 |
||
13 |
||
14 |
||
15 |
<h1><?php the_title(); ?></h1> |
|
16 |
||
17 |
||
18 |
||
19 |
<?php the_content(); ?> |
|
20 |
||
21 |
||
22 |
||
23 |
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?> |
|
24 |
||
25 |
||
26 |
||
27 |
<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?> |