/ Published in: PHP
Expand |
Embed | Plain Text
<?php /* Template Name: Blogroll */ ?> <?php get_header(); ?> <div id="main"> <ul> <?php wp_list_bookmarks(); ?> </ul> </div> <?php get_sidebar(); ?> <?php get_footer(); ?>
You need to login to post a comment.
