__( '<', 'aeonaccess' ) . ' %title', 'next_text' => '%title ' . __( '>', 'aeonaccess' ), ) ); /** * Aeonaccess_related_posts hook * * @since AeonAccess 1.0.0 * * @hooked aeonaccess_related_posts - 10 */ do_action( 'aeonaccess_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. ?>