Esempio n. 1
0
            ?>
							</span>
						<?php 
        }
        ?>
					</div> <!-- /post-meta -->
					
				</div> <!-- /post-header -->
				
				<?php 
        $post_format = get_post_format();
        if ($post_format == 'gallery') {
            ?>
			
					<?php 
            rowling_flexslider('post-image');
            ?>
				
				<?php 
        } elseif (has_post_thumbnail()) {
            ?>
		
					<div class="post-image">
					
						<a title="<?php 
            the_title_attribute();
            ?>
" href="<?php 
            the_permalink();
            ?>
">	
Esempio n. 2
0
<div id="post-<?php 
the_ID();
?>
" <?php 
post_class('post');
?>
>

	<div class="post-image">
	
		<?php 
rowling_flexslider('post-image-thumb');
?>
		
		<?php 
if (is_sticky()) {
    ?>
			<a class="sticky-tag" title="<?php 
    _e('Sticky post:', 'rowling');
    echo ' ';
    the_title_attribute();
    ?>
" href="<?php 
    the_permalink();
    ?>
">
				<span class="fa fw fa-star"></span>
			</a>
		<?php 
}
?>