Exemplo n.º 1
0
            the_permalink();
            ?>
"><?php 
            the_post_thumbnail('full', array('alt' => get_the_title()));
            ?>
</a>
    </div>
    <?php 
        } else {
            if ($vega_wp_enable_demo == 'Y') {
                ?>
        <a class="post-thumbnail post-thumbnail-large" href="<?php 
                the_permalink();
                ?>
"><img src="<?php 
                vega_wp_random_thumbnail('full');
                ?>
" class="img-responsive" /></a><?php 
            }
        }
        ?>
  
    <div class="entry-content">        
        <?php 
        the_content(__('View full post...', 'vega'));
        ?>
        <?php 
        wp_link_pages();
        ?>
    </div>
    <!-- /Large Image Top, Full Content Below -->
Exemplo n.º 2
0
    ?>
        <a class="post-thumbnail post-thumbnail-recent" href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail('vega-post-thumbnail-recent', array('alt' => get_the_title(), 'class' => 'img-responsive'));
    ?>
</a>
        <?php 
} else {
    ?>
        <a class="post-thumbnail post-thumbnail-recent" href="<?php 
    the_permalink();
    ?>
"><img src="<?php 
    vega_wp_random_thumbnail('vega-post-thumbnail-recent');
    ?>
" class="img-responsive" /></a><?php 
}
?>
       
        <div class="caption">
            <div class="caption-inner">
                <a href="<?php 
the_permalink();
?>
" class="icon-link white"><i class="fa fa-link"></i></a>
            </div>
            <div class="helper"></div>
        </div>
    </div>