SILENT KILLERPanel

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


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/blog-parts/compound

NameTypeSizeLast ModifiedActions
gallery.php File 1002 bytes March 10 2023 20:42:12.
image.php File 317 bytes March 10 2023 20:42:12.
meta.php File 1265 bytes March 10 2023 20:42:14.
text.php File 67 bytes March 10 2023 20:42:14.
title.php File 581 bytes March 10 2023 20:42:14.
video.php File 2552 bytes March 10 2023 20:42:14.

Reading File: /home/transcarter//www/wp-content/themes/bridge/templates/blog-parts/compound/gallery.php

<div class="post_image">
    <?php
    $post_content = get_the_content();
    preg_match('/\[gallery.*ids=.(.*).\]/', $post_content, $ids);
    $array_id = explode(",", $ids[1]);
    switch ($gallery_post_layout) {
        case 'slider':
            ?>
            <div class="flexslider">
                <ul class="slides">
                    <?php
                    foreach ($array_id as $img_id) { ?>
                        <li><a itemprop="url"
                               href="<?php the_permalink(); ?>">
                               <span class="qodef-image-shader"> 
                                   <?php echo wp_get_attachment_image($img_id, 'full'); ?>
                               </span>
                           </a>
                        </li>
                    <?php } ?>
                </ul>
            </div>
            <?php break;
        case 'masonry':
            echo bridge_qode_get_blog_gallery_layout($array_id,true);
            break;
    } ?>
</div>

SILENT KILLER Tool