File: /home/khakzad/public_html/milad/wp-content/themes/Saman-1/page-full.php
<?php
/*
Template Name: عرض کامل
*/
?>
<?php the_post(); ?>
<?php get_header(); ?>
<div id="main-content" class="clearfix fullwidth">
<div id="left-area">
<?php include(TEMPLATEPATH . '/includes/breadcrumbs.php'); ?>
<div id="entries">
<div class="entry post clearfix">
<h1 class="title"><?php the_title(); ?></h1>
<?php if (get_option('aggregate_page_thumbnails') == 'on') { ?>
<?php
$thumb = '';
$width = 200;
$height = 200;
$classtext = 'single-thumb';
$titletext = get_the_title();
$thumbnail = get_thumbnail($width,$height,$classtext,$titletext,$titletext,false,'Entry');
$thumb = $thumbnail["thumb"];
?>
<?php if($thumb <> '') { ?>
<div class="thumb">
<?php print_thumbnail($thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, $classtext); ?>
<span class="overlay"></span>
</div> <!-- end .thumb -->
<?php } ?>
<?php } ?>
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '<p><strong>'.__('Pages','Aggregate').':</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php edit_post_link(__('ویرایش صفحه','Aggregate')); ?>
</div> <!-- end .entry -->
<?php if (get_option('aggregate_show_pagescomments') == 'on') comments_template('', true); ?>
</div> <!-- end #entries -->
</div> <!-- end #left-area -->
<?php get_footer(); ?>