web/wp-content/themes/vivee_portfolio/page.php
author ymh <ymh.work@gmail.com>
Mon, 22 Mar 2010 16:36:28 +0100
changeset 5 ac511f1ccc8e
parent 1 0d28b7c10758
permissions -rw-r--r--
add hgignore
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
0d28b7c10758 First commit
ymh
parents:
diff changeset
     1
<?php get_header(); ?>
0d28b7c10758 First commit
ymh
parents:
diff changeset
     2
        <div id="sub">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     3
        <?php if (have_posts()) : while (have_posts()) : the_post(); ?>      
0d28b7c10758 First commit
ymh
parents:
diff changeset
     4
        	<div class="wpis_sub">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     5
                <div class="tresc">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     6
                	<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
0d28b7c10758 First commit
ymh
parents:
diff changeset
     7
                    <div class="entry">
0d28b7c10758 First commit
ymh
parents:
diff changeset
     8
                    	<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
0d28b7c10758 First commit
ymh
parents:
diff changeset
     9
                    </div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    10
                </div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    11
                <div class="end"></div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    12
            </div><!-- koniec wpisu -->
0d28b7c10758 First commit
ymh
parents:
diff changeset
    13
		<?php endwhile; endif; ?>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    14
	<?php edit_post_link('edytuj ta strone', '<p>', '</p>'); ?>          
0d28b7c10758 First commit
ymh
parents:
diff changeset
    15
        </div>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    16
<?php get_sidebar(); ?>
0d28b7c10758 First commit
ymh
parents:
diff changeset
    17
<?php get_footer(); ?>