HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/chaharrah.tv/root/wp-content/themes/chaharrah/page.php
<?php get_header();
?>
	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>

<div id="main" role="main">
  <div class="content-container">
  
    <?php 
	$image_up=get_field('image_up');
	if( !empty($image_up)) {?>

  <div id="topimage">
    
          <img src="  <?php bloginfo('template_url'); ?>/timthumb.php?src=<?php the_field('image_up'); ?>&w=952" width="952"  />
    </div>
    <?php } ?>
    
    <div class="page-content"><div class="content">
      <h1 class="page-title">
        <?php the_title(); ?>       

      </h1>
      <div class="portfolio-single"> 
        
        <!-- START AnythingSlider -->
					<?php the_content(); ?>
        <div class="clearfix"></div>
        <?php
echo get_the_tag_list('<div class="portfolio-tags"><strong>برچسب‌ها</strong> : ',' ،','</div>');
?>
        <!-- close .portfolio-tags -->
        
        <div class="social-networking-portfolio">
          <div class="google-plus"> 
            <!-- Place this tag where you want the +1 button to render -->
            <g:plusone size="medium" href="./portfolio-single.php.html"></g:plusone>
            <!-- Place this render call where appropriate --> 
            <script type="text/javascript">
							(function() {
							var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
							po.src = 'https://apis.google.com/js/plusone.js';
							var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
							})();
							</script> 
          </div>
          <div class="twitter-button"><a href="https://twitter.com/share" data-url="http://progressionstudios.com/primero/portfolio-single.php" data-text="Check out this site" class="twitter-share-button" target="_blank">Share on Twitter</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div>
          <div><a name="fb_share" type="button_count"  share_url="http://progressionstudios.com/primero/portfolio-single.php" target="_blank">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></div>
          <div>
            <iframe src="http://www.facebook.com/plugins/like.php?href=http://progressionstudios.com/primero/portfolio-single.php&amp;layout=button_count&amp;show_faces=true&amp;width=90&amp;action=like&amp;colorscheme=light&amp;height=23" scrolling="no" allowtransparency="true" frameborder="0" style="border:none; overflow:hidden; width:85px; height:23px; background:transparent; margin-right:-15px;"></iframe>
          </div>
        </div>
        <!-- close .social-networking-portfolio -->
        
        <div class="clearfix"></div>
<div class="leftbox"></div>
        <?php comments_template(); ?>
        
        <!-- #comments --> 
        
      </div>
      <!-- close .portfolio-single --> 
      
    </div>
    <!-- close .page-content -->
    
    <div class="clearfix"></div>
  </div></video>
  <!-- close .content-container -->
  <div class="content-container-base-pagination">
    <div class="left-pagination"></div>
    <div class="right-pagination"></div>
    <div class="center-pagination"></div>
    <div class="clearfix"></div>
  </div>
  <!-- close .content-container-base or .content-container-base-pagination --> 
  
</div>
<!-- close #main -->

	<?php endwhile; endif; ?>

<?php get_footer(); ?>