
08-02-2012, 23:56:57
|
| |
Ana sayfadan konuları kaldırmak istiyorum | | Ana sayfaya başka bir şey koymak istiyorum ama yapamadım.
index.php dosyam Kod: <?php get_header(); ?><div id="orta"><?php $s=0; if (have_posts()) : while (have_posts()) : the_post(); $s++; ?>
<div class="yazilar"><h<?php echo $s==1 ? 1 : ($s==1 ? 2 : 2); ?>>
<a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h<?php echo $s==1 ? 1 : ($s==2 ? 2 : 2); ?>><?php if (get_option('ana_etiket')=='true') { echo "<div class=\"temizlikci\"></div>"; echo "".the_tags( '<div style="margin-bottom:5px;" class="etiket"><strong>Etiketler:</strong> ', ',', '</div>').""; } else { echo "<div style=\"margin-bottom:15px;\"></div>"; } ?>
<?php
if(get_option('tema_onizleme')=='aktif') {
$values =get_post_custom_values("resim");if ( $values[0]!='') { ?>
<a title="<?php the_title(); ?>"><img src="<?php echo $values[0]; ?>" class="resim" alt="<?php the_title(); ?>" height="100" width="140"/></a>
<?php } else {?>
<img class="resim" src="<?php bloginfo('template_url'); ?>/grafik/default.png" alt="<?php echo get_option('anahtar_kelime'); ?> <?php the_title(); ?>" height="100" width="140"/>
<?php }
}
?>
<?php the_content(""); ?>
<div class="temizlikci"></div>
<div class="detay">
<div class="marginver">
<div class="tarih"></div>
<strong><?php the_time('j') ?> <?php the_time('F Y') ?> Saat : <?php the_time('g:i') ?> </strong></div><div class="marginver">
<div class="yorum"></div><?php comments_popup_link('<span class="kalin">0</span> Yorum', '<span class="kalin">1</span> Yorum', '<span class="kalin">%</span> Yorum'); ?></div>
<div class="marginver"><div class="okunma"></div><strong>Okunma</strong> <?php global $sayfa_sayac; if(method_exists($sayfa_sayac,'toplam_okunma_yaz')) { $sayfa_sayac->toplam_okunma_yaz(); } ?></div>
<div class="marginver"><div class="yazar"></div>
<strong><?php the_author(); ?></strong></div></div>
<a class="devam" href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>">
<img class="dvm" src="<?php bloginfo('template_url'); ?>/grafik/bosluk.png" alt="devamını oku" width="176" height="25"/></a></div>
<?php endwhile; ?>
<?php endif; ?>
<?php if(function_exists('wp_page_numbers')) : wp_page_numbers(); endif; ?>
</div><?php get_sidebar();get_footer();?> |