ID, 'fw_quote_post', true); ?>
' . __( 'Pages:', 'apprise' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
) );
//Displays navigation to next/previous post.
if ( of_get_option('post_navigation') == 'below') { get_template_part('post','nav'); }
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) {
comments_template( '', true );
} ?>