Delta Township District Library

Explore your world, enrich your life, enjoy your time

Custom

< ?php
/*
Template Name: Custom
*/
?>

< ?php get_header(); ?>


< ?php if ($posts) {
foreach($posts as $post)
{
start_wp();
?>

” rel=”bookmark” title=”Permanent Link to < ?php the_title(); ?>“>< ?php the_title(); ?>

< ?php the_content('Continue Reading »'); ?>
< ?php $sub_pages = wp_list_pages( 'sort_column=menu_order&depth=1&title_li=&echo=0&child_of=' . $id );?>

< ?php comments_template();?>
< ?php
} /* end for "for-each" */
}/* end for "if posts" */
else
{
echo '

Sorry, No Posts matched your criteria.’;
}
?>

< ?php posts_nav_link(' - ','« Prev','Next »') ?>


< ?php get_sidebar(); ?>
< ?php get_footer();?>

  • Share/Bookmark