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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
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. |
<?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']; } $bridge_qode_enable_social_share = 'no'; if(isset($bridge_qode_options['enable_social_share']) && $bridge_qode_options['enable_social_share'] == "yes") { $bridge_qode_enable_social_share = 'yes'; } $bridge_qode_post_layout = bridge_qode_check_post_layout(get_the_ID()); $bridge_qode_gallery_post_layout = bridge_qode_check_gallery_post_layout(get_the_ID()); $bridge_qode_params = array( 'blog_hide_comments' => $bridge_qode_blog_hide_comments, 'blog_hide_author' => $bridge_qode_blog_hide_author, 'qode_like' => $bridge_qode_like, 'enable_social_share' => $bridge_qode_enable_social_share, 'gallery_post_layout' => $bridge_qode_gallery_post_layout ); $bridge_qode_post_format = get_post_format(); ?> <?php switch ($bridge_qode_post_format) { case "video": ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post_content_holder"> <?php get_template_part('templates/blog-parts/compound/title'); ?> <?php bridge_qode_get_template_part('templates/blog-parts/compound/video','',$bridge_qode_params); ?> <?php bridge_qode_get_template_part('templates/blog-parts/compound/text','',$bridge_qode_params); ?> <?php bridge_qode_get_template_part('templates/blog-parts/compound/meta','',$bridge_qode_params); ?> </div> </article> <?php break; case "gallery": ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post_content_holder"> <?php get_template_part('templates/blog-parts/compound/title'); ?> <?php bridge_qode_get_template_part('templates/blog-parts/compound/gallery','',$bridge_qode_params); ?> <?php bridge_qode_get_template_part('templates/blog-parts/compound/text','',$bridge_qode_params); ?> <?php bridge_qode_get_template_part('templates/blog-parts/compound/meta','',$bridge_qode_params); ?> </div> </article> <?php break; default: ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post_content_holder"> <?php get_template_part('templates/blog-parts/compound/title'); ?> <?php switch ($bridge_qode_post_layout){ case 'split': ?> <div class="two_columns_50_50"> <div class="column1"> <div class="column_inner"> <?php bridge_qode_get_template_part('templates/blog-parts/compound/image', '', array('image_size' => 'portfolio_masonry_tall')); ?> </div> </div> <div class="column2"> <div class="column_inner"> <?php bridge_qode_get_template_part('templates/blog-parts/compound/text','',$bridge_qode_params); ?> </div> </div> </div> <?php bridge_qode_get_template_part('templates/blog-parts/compound/meta','',$bridge_qode_params); ?> <?php break; default: bridge_qode_get_template_part('templates/blog-parts/compound/image', '', array('image_size' => 'full')); bridge_qode_get_template_part('templates/blog-parts/compound/text','',$bridge_qode_params); bridge_qode_get_template_part('templates/blog-parts/compound/meta','',$bridge_qode_params); break; } ?> </div> </article> <?php break; } ?>
SILENT KILLER Tool