Alonso
Kodlar bunlar
Alıntı
<?php get_header(); ?>
<!-- start content items -->
<div class="CONBG">
<div class="CON">
<!-- start center -->
<div class="SC">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="Post" id="post-<?php the_ID(); ?>">
<div class="PostHead"><div class="PHT"></div>
<h1><?php the_title(); ?></h1>
<small class="PostTime"><?php the_time('d F Y') ?> </small>
<small class="PostDet"> Yazan* <?php the_author() ?> | Kategori* <?php the_category(', ') ?></small>
</div>
<div class="PostContent"><!-- google_ad_section_start-->
<?php the_content("<p>Devamini oku »</p>"); ?>
</div>
<small class="PostDet"><?php edit_post_link(__('Edit'), '<p>', '</p>'); ?> </small>
</div>
<br clear="all" />
<ul class="Note">
<li class="NoteTrackBack"><?php comments_rss_link(__('<abbr title="">Yorumlar </abbr> RSS')); ?></li>
<?php if ( pings_open() ) : ?>
<li class="NoteRss"><a href="<?php trackback_url() ?>" rel="trackback"><?php _e('Trackback <abbr title="">URI</abbr>'); ?></a></li>
</ul>
<?php endif; ?>
<?php trackback_list() ?>
<?php comments_template(); ?>
<?php endwhile; else : ?>
<h2><?php _e('Hata'); ?></h2>
<p><?php _e('Yeni bir aramaya ne dersin.'); ?></p>
<?php endif; ?>
</div>
<!-- end center -->
<!-- start content left -->
<div class="SR">
<?php get_sidebar(); ?>
</div>
<!-- end content left -->
</div></div>
<?php get_footer(); ?>
Diğerini bulamadım, nereye koyucam yardımcı olur musun