Home.php kodlarınızı alabilir miyiz?
<?php get_header(); ?>
<div id="content">
<div id="homepage">
<div id="homepagetop">
</div>
<?php $i = 1; ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ( $i == 1 ) { ?>
<h1><?php the_title(); ?></h1>
<div class="date">
<div class="dateleft">
<p><span class="time"><?php the_time('d F Y'); ?></span> Yazan <?php the_author_posts_link(); ?> <?php edit_post_link('(Düzenle)', '', ''); ?> <br /> Kategori <?php the_category(', ') ?></p>
</div>
<div class="dateright">
<p><span class="comment"><a href="<?php the_permalink() ?>#respond">Yorum yapın</a></span></p>
</div>
</div>
<?php the_content(__('Devamını oku'));?><div style="clear:both;"></div>
<div class="postmeta">
</div>
<?php } elseif ( $i > 1 ) { ?>
<?php } ?>
<?php $i=$i+1; ?>
<?php endwhile; else: ?>
<?php endif; ?>
<div id="homepagebottom">
<div class="hpbottom">
<h3>Yeni aLbumLer</h3>
<?php $recent = new WP_Query("cat=3&showposts=7"); while($recent->have_posts()) : $recent->the_post();?>
<?php if( get_post_meta($post->ID, "hpbottom", true) ): ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php echo get_post_meta($post->ID, "thumbnail", true); ?>" alt="<?php the_title(); ?>" width="70" height="70"/></a>
<?php else: ?>
<a href="<?php the_permalink() ?>" rel="bookmark"><img style="float:left;margin:0px 10px 0px 0px;" src="<?php bloginfo('template_url'); ?>/images/thumbnail.png" alt="<?php the_title(); ?>" /></a>
<?php endif; ?>
<b><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></b>
<?php the_content_limit(350, "[Devamını oku]"); ?>
<div style="border-bottom:1px dotted #2255AA; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div>
<?php endwhile; ?>
<b><a href="#" rel="bookmark">Kategorinin diğer yazıları</a></b>
</div>
</div>
</div>
<?php include(TEMPLATEPATH."/sidebar.php");?>
</div>
<!-- The main column ends -->
<?php get_footer(); ?>Buyrun Kodlar bunlar..