File: D:/HostingSpaces/budilia/budilia.nl/wwwroot/wp-content/themes/zeeStylePro/loop-slide.php
<?php $options = get_option('themezee_options'); ?>
<div <?php post_class(); ?>>
<h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<?php
if(isset($options['themeZee_general_postmeta_index']) and $options['themeZee_general_postmeta_index'] == 'true') : ?>
<div class="postmeta"><?php themezee_display_postmeta(); ?></div>
<?php endif; ?>
<div class="entry">
<?php the_post_thumbnail('thumbnail', array('class' => 'alignleft')); ?>
<?php the_excerpt(); ?>
<?php wp_link_pages(); ?>
</div>
<div class="clear"></div>
<?php
if(isset($options['themeZee_general_postinfo_index']) and $options['themeZee_general_postinfo_index'] == 'true') : ?>
<div class="postinfo"><?php themezee_display_postinfo(); ?></div>
<?php endif; ?>
</div>