• File: page.php
  • Full Path: /home/romi/public_html/wp-content-20260417071838/themes/news-blue-01/page.php
  • Date Modified: 04/23/2023 12:07 AM
  • File size: 952 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php get_header(); ?>

<div id="post">

		<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		<div class="content">	
		<div class="post" id="post-<?php the_ID(); ?>">
				<h2><?php the_title(); ?></h2>
			<div class="entry">
				<?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>

				<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>

			</div>
		</div></div>
		<?php endwhile; endif; ?>
	<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-4564255532858707";
/* RomiSatriaWahono.Net Post */
google_ad_slot = "1393517128";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<br /><br />
	
</div>

<?php get_sidebar(); ?>

<?php get_footer(); ?>