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/portfolio-related.php

<?php
$bridge_qode_options = bridge_qode_return_global_options();
if(isset($bridge_qode_options['enable_portfolio_related']) && $bridge_qode_options['enable_portfolio_related'] == 'yes') {
    $bridge_qode_query = bridge_qode_get_related_post_type(get_the_ID(), array('posts_per_page' => '4'));
    $bridge_qode_image_size = 'full';
    if(isset($bridge_qode_options['portfolio_related_image_size']) && $bridge_qode_options['portfolio_related_image_size'] !== '') {
        $bridge_qode_image_size = $bridge_qode_options['portfolio_related_image_size'];
    }

    if (is_object($bridge_qode_query)) {?>
        <div class="qode_portfolio_related">
            <h4><?php esc_html_e('Related Projects', 'bridge'); ?></h4>

            <div class="projects_holder_outer v4 portfolio_with_space portfolio_standard ">
                <div class="projects_holder clearfix v4 standard">
                    <?php if ($bridge_qode_query->have_posts()) : while ($bridge_qode_query->have_posts()) : $bridge_qode_query->the_post();

                        $bridge_qode_categories = wp_get_post_terms(get_the_ID(), 'portfolio_category');
                        $bridge_qode_category_html = '<span class="project_category">';
                        $bridge_qode_k = 1;
                        foreach ($bridge_qode_categories as $bridge_qode_cat) {
                            $bridge_qode_category_html .= $bridge_qode_cat->name;
                            if (count($bridge_qode_categories) != $bridge_qode_k) {
                                $bridge_qode_category_html .= ', ';
                            }
                            $bridge_qode_k++;
                        }
                        $bridge_qode_category_html .= '</span>';
                        ?>

                        <article class="mix">
                            <div class="image_holder">
                                <a itemprop="url" class="portfolio_link_for_touch" href="<?php echo esc_url(get_permalink()); ?>">
                                    <span class="image"><?php echo get_the_post_thumbnail(get_the_ID(), $bridge_qode_image_size); ?></span>
                                </a>
                        <span class="text_holder">
                        <span class="text_outer">
                        <span class="text_inner">
                        <span class="feature_holder">
                        <span class="feature_holder_icons">
                            <a itemprop="url" class='preview qbutton small white' href='<?php echo esc_url(get_permalink()); ?>'
                               target='_self'> <?php esc_html_e('view', 'bridge'); ?></a>
                        </span></span></span></span></span>
                            </div>
                            <div class="portfolio_description ">

                                <h5 itemprop="name" class="portfolio_title entry_title">
                                    <a itemprop="url" href="<?php echo esc_url(get_permalink()) ?>">
                                        <?php echo esc_attr(get_the_title()); ?>
                                    </a>
                                </h5>
                                <?php echo wp_kses_post($bridge_qode_category_html); ?>
                            </div>

                        </article>

                    <?php
                    endwhile;
                    endif;
                    wp_reset_postdata();
                    ?>
                    <div class="filler"></div>
                    <div class="filler"></div>
                    <div class="filler"></div>
                    <div class="filler"></div>
                </div>
            </div>
        </div>
    <?php }
}
?>

SILENT KILLER Tool