HEX
Server: LiteSpeed
System: Linux idn164 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64
User: intelije (2317)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/intelije/domains/jakartakoma.com/public_html/wp-content/themes/kapro/archive.php
<?php 
/**
 * KENTOOZ ARCHIVE TEMPLATE
**/
get_header(); ?>
	<section class="span12">
	<div class="row">
		<?php get_sidebar('left'); ?>
		<div role="main" class="span6 sidebarwidth clearfix pull-left">
		
		<div class="content-enqueue">
		<section class="new-content">
		<div class="moduletitle-2 clearfix"><h1><?php echo wp_title('',true); ?></h1></div>
		<?php if ( have_posts() ) : 
		$firstcount = 0; 
		while ( have_posts() ) : the_post();
		$firstcount++;
		if ( $firstcount <= 1 ) {
		get_template_part( 'content', 'first' );
		hook_ktz_archivebanner(); 
		} else {
		get_template_part( 'content', get_post_format() );
		} 
		endwhile; ?>
		<nav id="nav-index">
			<?php ktz_navigation(); ?>
		</nav>
		<?php else : ktz_post_notfound(); endif; ?>
		</section>
		</div>
		</div>
	<?php get_sidebar(); ?>
	</div>
	</section>
<?php get_footer(); ?>