1
|
1 |
<?php get_header(); ?> |
|
2 |
<div id="sub"> |
|
3 |
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> |
|
4 |
<div class="wpis_sub"> |
|
5 |
<div class="tresc"> |
|
6 |
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> |
|
7 |
<div class="entry"> |
|
8 |
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> |
|
9 |
</div> |
|
10 |
</div> |
|
11 |
<div class="end"></div> |
|
12 |
</div><!-- koniec wpisu --> |
|
13 |
<?php endwhile; endif; ?> |
|
14 |
<?php edit_post_link('edytuj ta strone', '<p>', '</p>'); ?> |
|
15 |
</div> |
|
16 |
<?php get_sidebar(); ?> |
|
17 |
<?php get_footer(); ?> |