HEX
Server: LiteSpeed
System: Linux php-prod-1.spaceapp.ru 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
User: xnsbb3110 (1041)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/sportpoint-hotel.ru/public_html/wp-content/themes/hotel-galaxy/pages/author-intro.php
<!-----Author Section-------------->	
<?php if(get_the_author_meta('description')) :?>
	<div class="author-section">
		<h2><?php _e('About the Author','hotel-galaxy'); ?></h2>
		<div class="about-author">
			<figure>
				<?php echo get_avatar( get_the_author_meta('email') , 90 ); ?>
			</figure>
			<div class="text">
				<a href="<?php echo esc_attr(get_author_posts_url( get_the_author_meta( 'ID' ) ));?>"><?php the_author(); ?></a>
				<p><?php echo esc_attr(get_the_author_meta('description')); ?></p>
				
			</div>
		</div>
	</div>
	<div class="clearfix"></div>
<?php endif; ?>