| Server IP : 93.115.150.27 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux host2.azar.host 4.18.0-553.80.1.lve.el8.x86_64 #1 SMP Wed Oct 22 19:29:36 UTC 2025 x86_64 User : dorfakkh ( 1797) PHP Version : 8.1.34 Disable Function : show_source, system, passthru, exec, popen, proc_open, mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/dorfakkh/www/wp-content/themes/dorfakkhabar/ |
Upload File : |
<?php get_header(); ?>
<div class="singlepost">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ( get_post_meta($post->ID, 'post_rutitr', true) ) { ?><div class="rutitr"><?php echo get_post_meta($post->ID, 'post_rutitr', true); ?></div><?php } ?>
<h1><?php the_title(); ?></h1>
<?php if ( get_post_meta($post->ID, 'post_another', true) ) { ?> <div class="author"><?php echo get_post_meta($post->ID, 'post_another', true); ?></div> <?php } ?>
<?php if ( (function_exists('has_post_thumbnail')) && (has_post_thumbnail()) ) { /* if post has post thumbnail */ ?>
<?php } ?>
<div class="info">
<div class="date">تاریخ انتشار: <?php the_time('l j F Y | H:i a'); ?></div>
<div class="icons">
<a href="<?php echo wp_get_shortlink(); ?>" target="_blank" class="link"></a>
<a href="<?php the_permalink();?>?print=1" target="_blank" class="print"></a>
<div class="comment"></div>
</div>
</div>
<div class="excerpt">
<img class="thumb" src="<?php $image_id = get_post_thumbnail_id();
$image_url = wp_get_attachment_image_src($image_id,'secondtitle', true);
echo $image_url[0]; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>"/>
<?php the_excerpt(); ?> <div class="floatfix"></div>
</div>
<div class="content">
<?php the_content(); ?>
</div>
<div class="tagst">
<?php the_tags('برچسبها:
', ', ', ' '); ?>
</div>
<?php include( TEMPLATEPATH . '/related-posts.php' ); ?>
<div id="comments">
<div id="comments"><?php comments_template(); ?></div>
</div>
<?php endwhile; else: ?>
<?php endif; ?>
</div>
<?php get_sidebar('single'); ?>
</div>
<?php get_sidebar('ads'); ?>
<div class="floatfix"></div>
</div>
</div>
<?php get_footer('top'); ?>
<?php get_footer(); ?>