'', 'link_before' => '', 'link_after' => '', 'pagelink' => '' . __( 'Page', 'art-gallery-museum' ) . ' %', 'separator' => ', ', ) ); if( get_theme_mod( 'art_gallery_museum_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', 'art-gallery-museum' ), ) ); } elseif ( is_singular( 'post' ) ) { if( get_theme_mod( 'art_gallery_museum_nav_links',true) != '') { // Previous/next post navigation. the_post_navigation( array( 'next_text' => ' ' . '' . __( 'Next Post', 'art-gallery-museum' ) . ' ' . '', 'prev_text' => ' ' . '' . __( 'Previous Post', 'art-gallery-museum' ) . ' ' . '', ) ); } }?>