[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.143.3.114: ~ $
<?php 
   $item_classes = 'all ';
   $separator = ' ';
   $item_cats = get_the_terms( get_the_ID(), 'category' );
   if(!empty($item_cats) && !is_wp_error($item_cats)){
      foreach((array)$item_cats as $item_cat){
         $item_classes .= $item_cat->slug . ' ';
      }
   }
   $thumbnail = 'post-thumbnail';
   if(isset($thumbnail_size) && $thumbnail_size){
      $thumbnail = $thumbnail_size;
   }

   if(!isset($excerpt_words)){
      $excerpt_words = zilom_get_option('blog_excerpt_limit', 20);
   }

   if(!isset($layout)){
      $layout = 'carousel';
   }
   if($layout == 'grid'){
      $item_classes .= ' item-columns';
   }
?>

<div class="<?php echo esc_attr($item_classes) ?>">
   <article id="post-<?php echo esc_attr(get_the_ID()); ?>" <?php post_class('post post-style-2'); ?>>
      <div class="post-thumbnail" style="background-image:url('<?php echo get_the_post_thumbnail_url(get_the_ID(), $thumbnail) ?>');"></div>   
      <div class="entry-content">
         <div class="content-inner">
            <div class="entry-meta">
               <?php zilom_posted_on_width_avata(); ?>
            </div> 
            <h2 class="entry-title">
               <a href="<?php echo esc_url( get_permalink() ) ?>"><?php the_title() ?></a>
            </h2>
         </div>
         <div class="read-more">
            <a href="<?php echo esc_url( get_permalink() ) ?>">
               <i class="icon las la-arrow-right"></i>
            </a>
         </div>
      </div>
      <a href="<?php echo esc_url( get_permalink() ) ?>" class="link-overlay"></a>
   </article>   
</div>

  

Filemanager

Name Type Size Permission Actions
item-portfolio-style-1.php File 2.68 KB 0644
item-portfolio-style-2.php File 1.59 KB 0644
item-post-style-1.php File 1.87 KB 0644
item-post-style-2.php File 1.6 KB 0644
item-post-style-list.php File 601 B 0644
item-post-style-small.php File 611 B 0644
item-post-style-sticky.php File 894 B 0644
item-team-style-1.php File 2.22 KB 0644
item-user-style-1.php File 3.82 KB 0644