uawdijnntqw1x1x1
IP : 216.73.216.239
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
monikamovk
/
www
/
JAZlV
/
..
/
wp-content
/
themes
/
vertex
/
search.php
/
/
<?php get_header(); ?> <div class="content"> <div class="container"> <div class="post_content"> <div class="archive_title"> <h2><?php echo __('Search Results','vertex').': '. get_search_query(); ?></h2> </div><!--//archive_title--> <?php if ( have_posts() ) : ?> <div class="blog"> <div class="archive-portfolio"> <?php while ( have_posts() ) : the_post(); $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array(600,600) ); ?> <div class="portfolio-box"> <div class="port-image"> <?php if ( 'video' == get_post_format( get_the_ID() ) ) : echo vertex_get_video( get_the_ID() ); else : $thumbnail = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), array(600,600) ); echo '<a href="'. esc_url( get_permalink() ).'" style="background-image: url('. esc_url( $thumbnail[0] ).')"></a>'; endif; ?> </div> <div class="port-body"> <h3><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3> <div class="port-cats"><?php echo __('IN','vertex'); the_category(', '); ?></div> </div> </div> <?php endwhile; ?> <div class="clear"></div> </div><!-- blog-posts --> <div class="blog-pagination"> <?php the_posts_pagination(); ?> </div> </div><!-- blog --> <?php else : ?> <h2><?php _e('No results found','vertex'); ?></h2> <p><?php _e('Try to search again.','vertex'); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div> </div> </div> <?php get_footer(); ?>
/home/monikamovk/www/JAZlV/../wp-content/themes/vertex/search.php