web/wp-content/themes/seoblogsystem/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(); ?>
<?php get_sidebar(1); ?>
<?php get_sidebar(2); ?>

		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			<div id="post-<?php the_ID(); ?>">
				<div class="bg-top"><div class="bg-bot"><div class="bg-left"><div class="bg-right">
					<div class="corner-left-top"><div class="corner-right-top"><div class="corner-left-bot"><div class="corner-right-bot">
				<div class="indent border-bottom" style=" background: none;">
					
					<div class="title-page">
						<h2><?php the_title(); ?></h2>
					</div>
					
					<div class="text-box">
						<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
					</div>
					<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
					<div class="link-edit"><?php edit_post_link('Edit', ''); ?></div><br />
				</div>
				</div></div></div></div>
					</div></div></div></div>
			</div>
		<?php endwhile; endif; ?>

		
<?php get_footer(); ?>