web/wp-content/themes/vivee_portfolio/page.php
author convert-repo
Mon, 22 Mar 2010 10:49:29 +0000
changeset 3 ba1be1ffaa11
parent 1 0d28b7c10758
permissions -rw-r--r--
update tags

<?php get_header(); ?>
        <div id="sub">
        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>      
        	<div class="wpis_sub">
                <div class="tresc">
                	<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
                    <div class="entry">
                    	<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
                    </div>
                </div>
                <div class="end"></div>
            </div><!-- koniec wpisu -->
		<?php endwhile; endif; ?>
	<?php edit_post_link('edytuj ta strone', '<p>', '</p>'); ?>          
        </div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>