'', 'link_before' => '', 'link_after' => '', 'pagelink' => '' . __( 'Page', 'electronics-store' ) . ' %', 'separator' => ', ', ) ); if( get_theme_mod( 'electronics_store_comment',true) != '') { // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template(); } if ( is_singular( 'attachment' ) ) { // Parent post navigation. the_post_navigation( array( 'prev_text' => _x( 'Published in%title', 'Parent post link', 'electronics-store' ), ) ); } elseif ( is_singular( 'post' ) ) { if( get_theme_mod( 'electronics_store_nav_links',true) != '') { // Previous/next post navigation. the_post_navigation( array( 'next_text' => ' ' . '' . __( 'Next Post', 'electronics-store' ) . ' ' . '', 'prev_text' => ' ' . '' . __( 'Previous Post', 'electronics-store' ) . ' ' . '', ) ); } }?>