SILENT KILLERPanel

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


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

NameTypeSizeLast ModifiedActions
gallery.php File 527 bytes March 10 2023 20:42:12.
image.php File 271 bytes March 10 2023 20:42:12.
link.php File 502 bytes March 10 2023 20:42:12.
quote.php File 619 bytes March 10 2023 20:42:12.
text.php File 588 bytes March 10 2023 20:42:12.

Reading File: /home/transcarter//www/wp-content/themes/bridge//templates/blog-parts/chequered/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 wp_get_attachment_image( $img_id, $thumb_size ); ?></a></li>
            <?php } ?>
        </ul>
    </div>
</div>

SILENT KILLER Tool