| 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" style="float: right; background-color: #F5F5F6; width: 800px; margin: 10px 4px 0 0;">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<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>
</div>
<?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="content">
<?php the_content(); ?>
</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(); ?>