<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="entry_body" id="post-<?php the_ID(); ?>">
<div class="entry_date"><?php the_time('F jS, Y') ?> | <?php the_author(); ?></div>
<div class="entry_col">
<h1><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<div class="entry_body"><?php $img = get_post_meta($post->ID, 'img', true); if ($img != ""): ?> echo
$values[0]; ?>" alt="<?php the_title(); ?>" /> <?php endif; ?></div>
<?php the_excerpt(); //echo substr($post->post_content,0,120000)."..."; ?>
<a href="<?php the_permalink(); ?>"></a>
<p><?php the_tags(' ', ', ', '<br />'); ?></p>
</div>
<div class="entry_footer">
<span class="entry_category"><?php the_category(', ') ?></span>
<span class="entry_comment"><?php comments_popup_link('Yorumsuz', 'Bir Yorum', '% Tane Yorum'); ?></span>
</div>
</div>
<?php endwhile; ?>
<div id="footer_link">
<span class="footerleft"><?php next_posts_link('Eski Yazilar') ?></span>
<span class="footerright"><?php previous_posts_link('Yeni Yazilar') ?></span>
</div>
<?php else : ?>
<h2 class="center">Yazi Yok</h2>
<p class="center">Üzgünüz bu yaziyi kaldirdik.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?> İndex'de Resimler Gözükmüyor
2
●1.541
- 21-05-2009, 12:31:07Üyeliği durdurulduMerhabalar Arkadaşlar İndex'de yazılar gözüküyor ancak resimler gozukmuyor index kodu aşağıdaki gibi acaba neredeki kodu duzenlıcez?
- 21-05-2009, 13:12:49Üyeliği durduruldu