PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/plugins/obox-mobile/themes/default/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/plugins/obox-mobile/themes/default/search.php |
<?php // Fetch the Curreny Category Details $current_cat = get_category(get_query_var("cat")); $current_cat_id = $current_cat->term_id; $current_cat_parent = get_category($current_cat->parent); get_header(); ?> <div id="content-container"> <?php echo mobile_breadcrumbs(); ?> <?php if (have_posts()) : ?> <ul class="post-list"> <?php while (have_posts()) : the_post(); $this_post = get_post($post->ID); setup_postdata($post); include(TEMPLATEPATH."/functions/fetch-list.php"); comments_template(); endwhile; ?> </ul> <?php else : ?> <ul class="post-list"> <li class="clearfix <?php echo $image_class; ?>" <?php echo $hideme; ?>> <h3 class="post-title"><a href="#"><?php _e("No Posts"); ?></a></h3> <div class="copy"> <p><?php _e("There are no posts which match your selected criterea."); ?></p> </div> </li> </ul> <?php endif; ?> </div> <?php get_footer(); ?>