SILENT KILLERPanel

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


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/gallery

NameTypeSizeLast ModifiedActions
date.php File 354 bytes March 10 2023 20:42:14.
gallery.php File 551 bytes March 10 2023 20:42:14.
image.php File 335 bytes March 10 2023 20:42:14.
text.php File 844 bytes March 10 2023 20:42:14.

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

<div class="post_image">
    <div class="flexslider">
        <ul class="slides">
            <?php
            $post_content = get_the_content();
            preg_match('/\[gallery.*ids=.(.*).\]/', $post_content, $ids);
            $array_id = explode(",", $ids[1]);

            foreach($array_id as $img_id){ ?>
                <li><a itemprop="url" target="_self" href="<?php the_permalink(); ?>"><?php echo bridge_qode_generate_thumbnail($img_id,null,$thumb_width,$thumb_height); ?></a></li>
            <?php } ?>
        </ul>
    </div>
</div>

SILENT KILLER Tool