$GLOBALS['wp_query']->max_num_pages ) { return; } ?> post_parent ) : get_adjacent_post( false, '', true ); $next = get_adjacent_post( false, '', false ); if ( ! $next && ! $previous ) { return; } ?>
'', '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' => '', '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() ) ) { ?>

post_excerpt ); ?>

/ '; if ( is_single() ) { comments_popup_link( '0 comments', '1 comment', '% comments', 'post-comments' ); } else { comments_number( '0 comments', '1 comment', '% comments' ); } } ?> / '; _e( 'Sticky', 'radcliffe' ); } $format = get_post_format(); if ( ! is_single() && current_theme_supports( 'post-formats', $format ) ) { echo '/ '; echo '' . get_post_format_string( $format ) . ' '; } if ( is_single() ) { if ( current_theme_supports( 'post-formats', $format ) ) { echo '/ '; printf( '%2$s', esc_url( get_post_format_link( $format ) ), get_post_format_string( $format ) ); } edit_post_link( 'Edit', '/ ' ); } ?>
%3$s', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'Posts by %s', 'radcliffe' ), esc_html( get_the_author() ) ) ), esc_html( get_the_author() ) ); /* Author Description */ printf( '

%1$s

', esc_html( get_the_author_meta( 'description' ) ) ); echo ' '; } endif; if ( ! function_exists( 'radcliffe_comment' ) ) : /** * Radcliffe comment function */ function radcliffe_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; switch ( $comment->comment_type ) : case 'pingback' : case 'trackback' : ?>
  • id="comment-"> ', '' ); ?>
  • id="li-comment-">
    user_id === $post->post_author ) { echo ''; } ?>
    comment_approved ) : ?>

    __( 'Reply', 'radcliffe' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>