Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-content / themes / default / links.php
@John Ryland John Ryland on 22 Dec 2020 249 bytes import NUC files
<?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(); ?>