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