ID, 'blogmarks_single_post_nav_style', true ); if ( empty( $posts_navigation_style ) ) { $posts_navigation_style = blogmarks_get_option( 'posts_navigation_style', 'style_1' ); } if ( 'none' == $posts_navigation_style ) { return; } $next_post = get_next_post(); $prev_post = get_previous_post(); if ( $next_post || $prev_post ) : $pagination_classes = ''; if ( ! $next_post ) { $pagination_classes = ' only-one only-prev'; } elseif ( ! $prev_post ) { $pagination_classes = ' only-one only-next'; } ?>