Thanks!
I tweaked your suggestion a bit so that the page title and the kicker / byline / footer would also appear...
Any chance of including this
links.php file in future releases of the theme?
Code:
<?php
/*
Template Name: Links
*/
?>
<?php // get all options:
include (TEMPLATEPATH . '/functions/bfa_get_options.php');
get_header(); ?>
<?php bfa_post_kicker(); // Post Kicker: To edit the output, see functions/bfa_post_parts.php ?>
<?php bfa_post_headline(); // Post Headline: To edit the output, see functions/bfa_post_parts.php ?>
<?php bfa_post_byline(); // Post Byline: To edit the output, see functions/bfa_post_parts.php ?>
<?php wp_list_bookmarks(); ?>
<?php bfa_post_footer(); // Post Footer: To edit the output, see functions/bfa_post_parts.php ?>
<?php get_footer(); ?>
~Andrew~