Initial Commit
This commit is contained in:
23
aclindsa-wordpress-theme/links.php
Normal file
23
aclindsa-wordpress-theme/links.php
Normal file
@ -0,0 +1,23 @@
|
||||
<?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(); ?>
|
Reference in New Issue
Block a user