rendered paste body<?php echo ""; global $post; $myposts = get_posts("numberposts=1&category=114"); foreach($myposts as $post) : setup_postdata($post);?> <div class="post"> <h2><?php the_title(); ?></h2> <div class="entry"><?php the_excerpt(); ?></div><div class="postmetadata">Haber kategorisi: <?php the_category(', ') ?><br>Yayın tarihi: <?php the_time('j F Y m:i a') ?><br><?php edit_post_link('Düzenle','',''); ?><br /><?php comments_popup_link('Yorum Yapılmamış. Yorum yazmak için lütfen tıklayın.', '1 yorum yazılmış.', '% Yorum yazılmış.'); ?></div></div> <?php endforeach; ?> </div><?php;?>