rendered paste body<?php
/*
TEMPLATE NAME: Links
*/
?>
<?php get_header(); ?>
<div id="wp-content">
<div id="wp-content-pri">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<h2><?php the_title(); ?></h2>
<?php the_content('<span class="more-link">Tamamını okuyun »</span>'); ?>
<?php wp_list_bookmarks('category_before=&category_after=&title_before=<h3>&title_after=</h3>'); ?>
<?php edit_post_link('Sayfayı Düzenle', '<p>', '</p>'); ?>
</div>
<?php endwhile; endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>