File: /home/rasad/public_html/wp-content/themes/ofogh/inc/loop-ar.php
<?php global $qaleb;?>
<div class="list">
<?php if($qaleb['ar-img']=='1'){?>
<div class="thumb">
<?php if(has_post_thumbnail()){?>
<a href="<?php the_permalink(); ?>"><img src="<?php the_post_thumbnail_url('medium'); ?>" alt="<?php the_title(); ?>"></a>
<?php }else{ ?>
<img src="<?php bloginfo("template_url"); ?>/img/none.png">
<?php } ?>
</div>
<?php } ?>
<div class="det"<?php if($qaleb['ar-img']=='1'){?><?php }else{ ?> style="width:100%;"<?php } ?>>
<?php if($qaleb['ar-rott']=='1'){?>
<?php if(get_post_meta( get_the_ID(), 'meta-text-1', true )!=null){ ?><div class="rott"><?php echo get_post_meta( get_the_ID(), 'meta-text-1', true ); ?></div><?php } ?>
<?php } ?><h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php if($qaleb['ar-lead']=='1'){?>
<div class="lead">
<?php if(get_post_meta( get_the_ID(), 'lead', true )!=null){ ?>
<?php echo get_post_meta( get_the_ID(), 'lead', true ); ?>
<?php } else { ?>
<?php the_excerpt(); ?>
<?php } ?>
</div>
<?php } ?>
<div class="daat">
<?php if($qaleb['ar-author']=='1'){?><li><i class="fa fa-user" aria-hidden="true"></i> <?php the_author_posts_link(); ?></li><?php } ?>
<?php if($qaleb['ar-time']=='1'){?><li><i class="fa fa-clock" aria-hidden="true"></i> <?php the_time(' d F Y '); ?></li><?php } ?>
<?php if($qaleb['ar-views']=='1'){?><li><i class="fa fa-signal" aria-hidden="true"></i> <?php echo getPostViews(get_the_ID()); ?></li><?php } ?>
<?php if($qaleb['ar-comments']=='1'){?><li><i class="fa fa-comments" aria-hidden="true"></i> <?php comments_popup_link('0', '1 دیدگاه', '% دیدگاه'); ?></li><?php } ?>
</div>
</div>
</div>