Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/colorkeysstudio/wp-content/themes/pixelpiernyc/ |
Upload File : |
<?php /** * Search results template * * @package vamtam/pixelpiernyc */ VamtamFramework::set( 'page_title', sprintf( esc_html__( 'Search Results for: %s', 'pixelpiernyc' ), '<span>' . get_search_query() . '</span>' ) ); get_header(); ?> <div class="page-wrapper"> <?php if ( have_posts() ) : the_post(); ?> <?php VamtamTemplates::$in_page_wrapper = true; ?> <article id="post-<?php the_ID(); ?>" <?php post_class( VamtamTemplates::get_layout() ); ?>> <div class="page-content clearfix"> <?php rewind_posts(); get_template_part( 'loop', 'category' ); get_template_part( 'templates/share' ); ?> </div> </article> <?php get_template_part( 'sidebar' ) ?> <?php else : ?> <article id="vamtam-no-search-results"> <?php VamtamEnqueues::enqueue_style_and_print( 'vamtam-not-found' ); ?> <h3><?php esc_html_e( 'Sorry, nothing found', 'pixelpiernyc' ) ?></h3> <div><?php esc_html_e( 'Maybe you should check your spelling...', 'pixelpiernyc' ) ?></div> <div class="page-404"> <?php get_search_form(); ?> </div> </article> <?php endif ?> </div> <?php get_footer(); ?>