', _x( '%title', 'Previous post link', 'radcliffe' ) );
?>
'',
'items_wrap' => '%3$s',
'theme_location' => 'primary'
) );
} else {
wp_list_pages( array(
'container' => '',
'title_li' => ''
) );
}
}
endif;
if ( ! function_exists( 'radcliffe_page_navigation' ) ) :
/**
* Prints HTML with custom header image, if active
*/
function radcliffe_page_navigation() {
wp_link_pages( array(
'before' => '
' . __( 'Pages: ', 'radcliffe' ),
'after' => '
',
'separator' => '/',
) );
}
endif;
if ( ! function_exists( 'radcliffe_featured_caption' ) ) :
/**
* Prints HTML with image caption for featured images.
*/
function radcliffe_featured_caption() {
if ( has_excerpt( get_post_thumbnail_id() ) ) {
?>