Esempio n. 1
0
                break;
            default:
                if (has_post_thumbnail()) {
                    ?>
					<div class="theme-post-section-icon">
						<div class="theme-post-icon theme-post-icon"></div>
					</div>
					
					<div class="theme-post-section-preambule">
						<div class="pb-image-box pb-image-preloader pb-image-preloader-animation-enable pb-image-hover pb-image-hover-type-fade">
							<a href="<?php 
                    the_permalink();
                    ?>
" class="pb-image">
								<?php 
                    echo get_the_post_thumbnail(get_the_ID(), $Page->getImageClass($widgetAreaData['location']));
                    ?>
								<span><span><span></span></span></span>
							</a>
						</div>
					</div>
<?php 
                }
        }
        if (in_array(true, $visibleOption)) {
            ?>
					<div class="theme-post-section-meta">
						
						<div class="theme-post-meta">
<?php 
            if ($visibleOption['post_tag_visible'] == 1) {