File "page.php"

Full Path: /home/ozbarhaber/public_html/wp-content/themes/anka/page.php
File size: 539 bytes
MIME-type: text/x-php
Charset: utf-8

<?php if(!defined('ABSPATH')) exit; ?>
<?php get_header(); ?>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<div id="main">
	<div class="innerContainer pad">
		<div id="content">
			<div class="pageHeading">
				<h1 class="title"><?php the_title(); ?></h1>
				<?php if(xoption('breadcrumb')) sfrBreadcrumbs(); ?>
			</div>
			<div id="singleContent" class="reading">
				<?php the_content(); ?>
			</div>
		</div>
		<?php safir_sidebar(); ?>
	</div>
</div>
<?php endwhile; ?>
<?php get_footer(); ?>