__( '«', 'aeonblog' ) . ' %title', 'next_text' => '%title ' . __( '»', 'aeonblog' ), ) ); /** * Aeonblog_related_posts hook * * @since AeonBlog 1.0.0 * * @hooked aeonblog_related_posts - 10 */ do_action( 'aeonblog_related_posts', get_the_ID() ); // 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. ?>