1
0
aclindsay.com/aclindsa-wordpress-theme/links.php

24 lines
249 B
PHP
Raw Permalink Normal View History

2011-02-24 14:25:26 -05:00
<?php
/**
* @package WordPress
* @subpackage Default_Theme
*/
/*
Template Name: Links
*/
?>
<?php get_header(); ?>
<div id="content" class="widecolumn">
<h2>Links:</h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>
</div>
<?php get_footer(); ?>