File: /home/rasad/public_html/wp-content/themes/ofogh/archive.php
<?php get_header(); ?>
<?php global $qaleb;?>
<div class="container">
<section class="contain">
<div class="sid-right">
<div class="tiitle"><h3>
<?php if ( is_day() ) : ?>
<?php printf( 'آشیو روزانه : %s', '<span>' . get_the_date() . '</span>' ); ?>
<?php elseif ( is_month() ) : ?>
<?php printf( 'آرشیو ماهانه : %s', '<span>' . get_the_date( _x( 'F Y', '', '' ) ) . '</span>' ); ?>
<?php elseif ( is_year() ) : ?>
<?php printf( 'آرشیو سالانه : %s', '<span>' . get_the_date( _x( 'Y', '', '' ) ) . '</span>' ); ?>
<?php else : ?>
<?php wp_title(""); ?>
<?php endif; ?>
</h3></div>
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<?php get_template_part('inc/loop-ar'); ?>
<?php endwhile; else: echo "<b>چیزی یافت نشد</b>"; endif; ?>
<?php qaleb_numeric_posts_nav(); ?>
</div>
<div class="sid-left">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('sidebar') ) : ?><?php endif; ?>
</div>
</section>
<div class="clearfix"></div>
</div>
<?php get_footer(); ?>