?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/secretlab_shortcodes/shortcodes/templates/post-grid/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/secretlab_shortcodes/shortcodes/templates

?? Viewing: template22.php

<div class="grid-item <?php echo $filter_class_list; ?> <?php echo $hover_effect; ?> ">
    <div class="pbody">
        <div class="thumb"> <?php echo $thumbnail; ?>
            <div class="over">
            </div>
        </div>
        <div class="pgtab">
            <div class="body">
			    <?php echo $iconout; ?>
                <div class="post-categories-wrapper"><?php echo $categlist; ?></div>
			    <?php echo $title; ?>
			    <?php echo $meta2; ?>
			    <?php echo $myexcept; ?>
			    <?php echo $read_more; ?>
            </div>
        </div>
    </div>
</div>


??

??