_x( 'Published in%title', 'Parent post link', 'catch-starter' ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'prev_text' => '' . __( 'Previous Post', 'catch-starter' ) . ' ' . catch_starter_get_svg( array( 'icon' => 'arrow-left' ) ) . '%title', 'next_text' => '' . __( 'Next Post', 'catch-starter' ) . ' %title' . catch_starter_get_svg( array( 'icon' => 'arrow-right' ) ) . '', ) ); } // End of the loop. endwhile; ?>