web/wp-content/themes/seoblogsystem/page.php
changeset 1 0d28b7c10758
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/wp-content/themes/seoblogsystem/page.php	Fri Mar 12 13:29:04 2010 +0000
@@ -0,0 +1,27 @@
+<?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(); ?>
\ No newline at end of file