''._x( 'Published in', 'Parent post link', 'abedul' ).' %title', ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'next_text' => '%title' . '' . __( 'Next post:', 'abedul' ) . ' ' . ' ', 'prev_text' => ' ' . '' . __( 'Previous post:', 'abedul' ) . ' ' . '%title', ) ); } // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } // End of the loop. endwhile; ?>