jestro / wordpress-capistrano

Automate your wordpress deploys with capistrano and git

wordpress-capistrano / themes / default / links.php
100644 19 lines (13 sloc) 0.189 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/*
Template Name: Links
*/
?>
 
<?php get_header(); ?>
 
<div id="content" class="widecolumn">
 
<h2>Links:</h2>
<ul>
<?php wp_list_bookmarks(); ?>
</ul>
 
</div>
 
<?php get_footer(); ?>