'' . __( 'Previous', 'acmephoto' ) . '', 'next_text' => '' . __( 'Next', 'acmephoto' ) . '', ) ); /** * acmephoto_related_posts hook * * @since AcmePhoto 1.0.0 * * @hooked acmephoto_related_posts_below - 10 */ do_action( 'acmephoto_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(); endif; endwhile; // End of the loop. ?>