Hadise Düm Tek Tek Eurovision | Tikla-izle.Com linkten bakabilirsiniz. etiketleri konuda nasıl gösterebilirim yardımlarınızı bekliyorum
8
●415
<?php get_header(); ?>
<div id="wrapper">
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
<div style="clear:both;"></div>
</div>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php //include('adsense_singlepost_top_banner.php') ?>
<div class="entrytext">
<?php include('adsense_singlepost_top_square.php') ?>
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<div style="clear:both;"></div>
</div>
</div>
<?php include('adsense_singlepost_bottom_square.php') ?>
<?php //include('adsense_singlepost_bottom_banner.php') ?>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>bu single.php bunu aşagıdaki resim gibi çevirebilirmisin single yi
<?php get_header(); ?>
<div id="wrapper">
<div id="content">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="navigation">
<div class="alignleft"><?php previous_post_link('« %link') ?></div>
<div class="alignright"><?php next_post_link('%link »') ?></div>
<div style="clear:both;"></div>
</div>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<?php the_tags( '<p>Etiketler: ', ', ', '</p>'); ?>
<div style="clear:both;"></div>
</div>
</div>
<?php include('adsense_singlepost_bottom_square.php') ?>
<?php //include('adsense_singlepost_bottom_banner.php') ?>
<p class="postmetadata alt">
<small>
YAZINIZI BURAYA YAZIN </small> </p>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>Bunu bir deneyebilir misiniz?