post_parent ) : get_adjacent_post( false, '', true );
$next = get_adjacent_post( false, '', false );
if ( $previous ) {
previous_post_link( '
%link
', '
Previous' );
}
// Display comment modal button if comments are open
if ( comments_open() ) {
echo '
';
}
// If AppShare installed and preferred (see admin settings), display sharing link
if( apply_filters( 'appshare_btn', false, 'post' ) ) {
?>
Share
%link
', 'Next ' );
} ?>
Leave a Comment';
}
?>