bekirbasar adlı üyeden alıntı: mesajı görüntüle
Buyrun


<?php include('header.php'); ?> <?php include ('manset1.php');?> <?php include ('sondakika.php');?> <div id="news" class="betaek_8 first"> <?php if(have_posts()) : while(have_posts()) : the_post(); ?> <h1 tabindex="1" itemprop="headline"> <?php the_title(); ?> </h1> <h2 tabindex="2" itemprop="description"> <?php the_content_rss('', TRUE, '', 9); ?></h2> <?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); if ( has_post_thumbnail() ) { ?> <img itemprop="image" class="image" src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo $image_url[0]; ?>&w=628&h=304&zc=0"><?php } ?> <div class="info"> Eklenme: <strong> <?php the_time('j F Y - l') ?></strong> <em>/</em> <strong><?php if(function_exists('the_views')) {the_views();} ?></strong> Okunma <em>/</em><strong><?php comments_number('Yorum Yok', '1 Yorum var ', '% Yorum var' );?></strong></div> <div class="social_buttons"> sda </div> <div class="font_size"> <span class="minus"></span> <span class="plus"></span> </div> <div id="content" itemprop="articleBody" tabindex="3"> <div class="ads x250"> <div id='div-gpt-ad-1372083486923-1'>20x20</div> </div> <p><?php the_content(); ?></p> </div> <div class="tags"> ETİKETLER : <?php the_tags('', ', ', ''); ?> </div> <?php endwhile; endif; ?> <div class="comments_title"> Yorumlar <a href="javascript:void(0);" onClick="javascriptopup(700,450, '../../loginfa31.html')">Yorum Yaz</a> </div> <ul class="comments"> </ul> <div class="p10"></div> </div> <?php include('sidebar.php');?> </div> <?php include('footer.php');?>

şöyle deneyebilirmiyiz?



<?php include('header.php'); ?>
<?php include ('manset1.php');?>
<?php include ('sondakika.php');?>
  
<div id="news" class="betaek_8 first">
 
                          
   <?php wp_reset_query(); if(have_posts()) :
    while(have_posts()) : the_post(); ?>
       
       
   <h1 tabindex="1" itemprop="headline">
      <?php the_title(); ?>   </h1> 
   <h2 tabindex="2" itemprop="description">
      <?php the_content_rss('', TRUE, '', 9); ?></h2>
   <?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); if ( has_post_thumbnail() ) { ?>         
          
   <img itemprop="image" class="image" src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo $image_url[0]; ?>&w=628&h=304&zc=0"><?php } ?>   
   <div class="info">
      Eklenme: <strong> <?php the_time('j F Y - l') ?></strong>
            <em>/</em> <strong><?php if(function_exists('the_views')) {the_views();} ?></strong> Okunma <em>/</em><strong><?php comments_number('Yorum Yok', '1 Yorum var ', '% Yorum var' );?></strong></div>
 
   <div class="social_buttons">
      sda
   </div>
 
   <div class="font_size">
      <span class="minus"></span>
      <span class="plus"></span>
   </div>
 
 
  
  
 
   <div id="content" itemprop="articleBody" tabindex="3">
         <div class="ads x250">
         <div id='div-gpt-ad-1372083486923-1'>20x20</div>
      </div>
   <p><?php the_content(); ?></p>
    
    
         </div>
 
   <div class="tags"> ETİKETLER : <?php the_tags('', ', ', ''); ?>
   </div>
 <?php endwhile; endif; ?>
    
   <div class="comments_title">
      Yorumlar
      <a href="javascript<b></b>:void(0);" onClick="javascript<b></b>:popup(700,450, '../../loginfa31.html')">Yorum Yaz</a>
   </div>
   <ul class="comments">
         </ul>
   <div class="p10"></div>
</div>
 
<?php include('sidebar.php');?>
</div>
 
 
<?php include('footer.php');?>