Resmin altına konu adı.
3
●420
- 18-01-2010, 00:09:14
<?php get_header(); ?> <div id="content"> <div id="contentleft"> <div class="postarea"> <?php include(TEMPLATEPATH."/breadcrumb.php");?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div style="clear:both;"></div> <?php if( get_post_meta($post->ID, "thumbnail", 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: ?> <?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 #94B1DF; margin-bottom:10px; padding:0px 0px 10px 0px; clear:both;"></div> <div style="clear:both;"></div> <?php endwhile; else: ?> <p><?php _e('üzgünüm aradığınız şey burada değil.'); ?></p><?php endif; ?> <p><?php posts_nav_link(' — ', __('« Önceki Yazılar'), __('Sonraki yazılar »')); ?></p> </div> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <!-- The main column ends --> <?php get_footer(); ?>Kodu fakat yapamadım bende. - 19-01-2010, 18:18:58Bi deniyelim aklıma gelmemişti hiçgdi adlı üyeden alıntı: mesajı görüntüle