'', 'link_before' => '', 'link_after' => '', 'pagelink' => '' . __( 'Page', 'blogger-hub' ) . ' %', 'separator' => ', ', ) ); if ( is_singular( 'attachment' ) ) { // Parent post navigation. the_post_navigation( array( 'prev_text' => _x( 'Published in%title', 'Parent post link', 'blogger-hub' ), ) ); } elseif ( is_singular( 'post' ) ) { if( get_theme_mod( 'blogger_hub_single_post_nav',true) != '') { // Previous/next post navigation. the_post_navigation( array( 'next_text' => ' ' . '' . __( 'Next post:', 'blogger-hub' ) . ' ' . '', 'prev_text' => ' ' . '' . __( 'Previous post:', 'blogger-hub' ) . ' ' . '', ) ); } } echo '
'; ?>