SILENT KILLERPanel

Current Path: > home > transcarter > > www > wp-content > themes > > bridge > > > templates


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//www/wp-content/themes//bridge///templates

NameTypeSizeLast ModifiedActions
blog-parts Directory - -
blog-single-image-title-post-loop.php File 7382 bytes March 10 2023 20:42:14.
blog-structure.php File 14278 bytes March 10 2023 20:42:14.
blog_chequered-loop.php File 3015 bytes March 10 2023 20:42:14.
blog_compound-loop.php File 4325 bytes March 10 2023 20:42:14.
blog_compound_sticky-loop.php File 4439 bytes March 10 2023 20:42:14.
blog_gallery-loop.php File 1853 bytes March 10 2023 20:42:14.
blog_headlines-loop.php File 1504 bytes March 10 2023 20:42:14.
blog_large_image-loop.php File 20020 bytes March 10 2023 20:42:14.
blog_large_image_simple-loop.php File 8195 bytes March 10 2023 20:42:14.
blog_large_image_whole_post-loop.php File 19674 bytes March 10 2023 20:42:14.
blog_large_image_with_dividers-loop.php File 17922 bytes March 10 2023 20:42:14.
blog_masonry-loop.php File 10937 bytes March 10 2023 20:42:14.
blog_masonry_date_in_image-loop.php File 9649 bytes March 10 2023 20:42:14.
blog_masonry_gallery-loop.php File 2957 bytes March 10 2023 20:42:14.
blog_pinterest-loop.php File 2167 bytes March 10 2023 20:42:14.
blog_search-loop.php File 3495 bytes March 10 2023 20:42:14.
blog_single-loop.php File 17521 bytes March 10 2023 20:42:14.
blog_small_image-loop.php File 19653 bytes March 10 2023 20:42:14.
blog_vertical-loop.php File 33968 bytes March 10 2023 20:42:14.
masonry-filter.php File 1463 bytes March 10 2023 20:42:14.
portfolio-comments.php File 292 bytes March 10 2023 20:42:14.
portfolio-loop.php File 76414 bytes March 10 2023 20:42:14.
portfolio-navigation.php File 3528 bytes March 10 2023 20:42:14.
portfolio-related.php File 3741 bytes March 10 2023 20:42:14.

Reading File: /home/transcarter//www/wp-content/themes//bridge///templates/blog_search-loop.php

<?php 
$bridge_qode_options = bridge_qode_return_global_options();
$bridge_qode_blog_hide_comments = "";
if (isset($bridge_qode_options['blog_hide_comments'])) {
	$bridge_qode_blog_hide_comments = $bridge_qode_options['blog_hide_comments'];
}

$bridge_qode_blog_hide_author = "";
if (isset($bridge_qode_options['blog_hide_author'])) {
    $bridge_qode_blog_hide_author = $bridge_qode_options['blog_hide_author'];
}

$bridge_qode_like = "on";
if (isset($bridge_qode_options['qode_like'])) {
	$bridge_qode_like = $bridge_qode_options['qode_like'];
}
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<div class="post_content_holder">
		<?php if ( has_post_thumbnail() ) { ?>
			<div class="post_image">
				<a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
					<?php the_post_thumbnail('full'); ?>
				</a>
			</div>
		<?php } ?>
		<div class="post_text">
			<div class="post_text_inner">
				<h2 itemprop="name" class="entry_title"><span itemprop="dateCreated" class="date entry_date updated"><?php the_time('d M'); ?><meta itemprop="interactionCount" content="UserComments: <?php echo get_comments_number(bridge_qode_get_page_id()); ?>"/></span> <a itemprop="url" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
				<div class="post_info">
					<span class="time"><?php esc_html_e('Posted at','bridge'); ?> <?php the_time('H:i'); ?><?php esc_html_e('h','bridge'); ?></span>

					<?php $bridge_qode_category = get_the_category(get_the_ID()); ?>
					<?php if(!empty($bridge_qode_category)){ ?>
							<?php esc_html_e('in','bridge'); ?>
							<?php the_category(', '); ?>
					<?php } 
					?>
					<?php if($bridge_qode_blog_hide_author == "no") { ?>
						<span class="post_author">
                                    <?php esc_html_e('by','bridge'); ?>
							<a itemprop="author" class="post_author_link" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author_meta('display_name'); ?></a>
                                </span>
					<?php } ?>
					<?php if($bridge_qode_blog_hide_comments != "yes"){ ?>
						<span class="dots"><i class="fa fa-square"></i></span><a itemprop="url" class="post_comments" href="<?php comments_link(); ?>" target="_self"><?php comments_number('0 ' . esc_html__('Comments','bridge'), '1 '.esc_html__('Comment','bridge'), '% '.esc_html__('Comments','bridge') ); ?></a>
					<?php } ?>
					<?php if( $bridge_qode_like == "on" ) { ?>
						<span class="dots"><i class="fa fa-square"></i></span><div class="blog_like">
							<?php if( function_exists('bridge_core_like') ) bridge_core_like(); ?>
						</div>
					<?php } ?>
					<?php if(isset($bridge_qode_options['enable_social_share'])  && $bridge_qode_options['enable_social_share'] == "yes") { ?>
						<span class="dots"><i class="fa fa-square"></i></span><?php echo do_shortcode('[social_share]'); ?>
					<?php } ?>
				</div>
				<?php
					$bridge_qode_my_excerpt = get_the_excerpt();
					if ($bridge_qode_my_excerpt != '') {
						echo bridge_qode_get_module_part( $bridge_qode_my_excerpt );
					}
				?>
                <?php if ( ! post_password_required() ) { ?>
                    <div class="post_more">
                        <a itemprop="url" href="<?php the_permalink(); ?>" class="qbutton small"><?php esc_html_e('Read More','bridge'); ?></a>
                    </div>
                <?php } ?>
			</div>
		</div>
	</div>
</article>

SILENT KILLER Tool