All pastes #628345 Raw Edit

Miscellany

public text v1 · immutable
#628345 ·published 2007-07-21 05:04 UTC
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 &raquo;</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(); ?>