[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.216.77: ~ $
<?php
  $query = $this->query_posts();
  $_random = gaviasthemer_random_id();
  if ( ! $query->found_posts ) {
	 return;
  }

	$this->add_render_attribute('wrapper', 'class', ['gva-posts-grid clearfix gva-posts']);

	//add_render_attribute grid
	$this->get_grid_settings();
?>
  
  <div <?php echo $this->get_render_attribute_string('wrapper'); ?>>
		<div class="gva-content-items"> 
		  <div <?php echo $this->get_render_attribute_string('grid') ?>>
			 <?php
				global $post;
				$count = 0;
				while ( $query->have_posts() ) { 
				  	$query->the_post();
				  	$post->loop = $count++;
				  	$post->post_count = $query->post_count;
				  	$this->zilom_get_template_part('templates/content/item', $settings['style'], array(
					 	'thumbnail_size' => $settings['image_size'],
					 	'excerpt_words'  => $settings['excerpt_words']
				  	));
				}
			 ?>
		  </div>
		</div>
		<?php if($settings['pagination'] == 'yes'): ?>
			 <div class="pagination">
				  <?php echo $this->pagination($query); ?>
			 </div>
		<?php endif; ?>
  </div>
  <?php

  wp_reset_postdata();

Filemanager

Name Type Size Permission Actions
carousel.php File 1.01 KB 0644
grid.php File 1.09 KB 0644
small_list.php File 1.09 KB 0644
sticky.php File 1.41 KB 0644