? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/asteroid/
File Upload :
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/asteroid/author.php

<?php get_header(); ?>

<div id="content">

<?php if ( have_posts() ) { the_post(); } ?>

	<div id="author-<?php the_author_meta( 'ID' ); ?>">

		<div class="author-info-box">
			<h4 class="author-info-box-title "><?php _e('About the Author', 'asteroid'); ?></h4>
			<div class="author-info">
				<div class="author-avatar">
					<?php echo get_avatar( get_the_author_meta('ID'), 96 ); ?>
				</div>
				<div class="author-description">
					<h4><?php echo get_the_author_link(); ?></h4>
					<div><?php echo get_the_author_meta('description'); ?></div><br />
					<?php _e('Number of Posts:', 'asteroid'); ?>&nbsp;<?php the_author_posts(); ?>
				</div>
			</div>
		</div>

		<div class="author-latest-posts">
		<h4 class="author-latest-posts-title"><?php _e('Latest Posts by the Author', 'asteroid'); ?></h4>
			<?php $args = array(
				'posts_per_page' 	=> 20,
				'author' 			=> get_the_author_meta( 'ID' ),
				'orderby'			=> 'date',
				'suppress_filters'	=> 0 );

				$postsQuery = new WP_Query( $args );
				if ( $postsQuery->have_posts() ) :
			?>

			<ol class="author-latest-posts-list">
				<?php while ( $postsQuery->have_posts() ) : $postsQuery->the_post(); ?>
					<li><a href="<?php the_permalink(); ?>">
						<?php
							if ( the_title( '', '', false ) != '' ){
								echo the_title();
							}
							else {
								echo __('Untitled', 'asteroid');
							}
						?>
					</a></li>
				<?php endwhile; ?>
			</ol>

			<?php endif; wp_reset_postdata(); ?>

		</div>
	</div>
</div>

<?php get_sidebar(); ?>
<?php get_footer(); ?>

T1KUS90T
  root-grov@210.1.60.28:~$