Exemple #1
0
	
		<figure class="hover1">
			
			<?php 
    if (get_theme_mod('agama_blog_thumbnails_permalink', true)) {
        ?>
				<a href="<?php 
        the_permalink();
        ?>
">
			<?php 
    }
    ?>
			
				<img src="<?php 
    echo agama_return_image_src('post-thumbnail');
    ?>
" class="img-responsive">
			
			<?php 
    if (get_theme_mod('agama_blog_thumbnails_permalink', true)) {
        ?>
				</a>
			<?php 
    }
    ?>
			
		</figure>
	
	<?php 
}
Exemple #2
0
<header class="entry-header">

	<?php 
if (get_theme_mod('agama_blog_single_post_thumbnail', true)) {
    ?>
		<?php 
    if (!post_password_required() && !is_attachment() && get_the_post_thumbnail() && !is_search()) {
        // Attachments
        ?>
		
			<figure class="hover1">
				<img src="<?php 
        echo agama_return_image_src('agama-blog-large');
        ?>
" class="img-responsive">
			</figure>
		
		<?php 
    }
    ?>
	<?php 
}
?>
	
	<h1 class="entry-title"><?php 
the_title();
?>
</h1>
	
	<?php 
/**
Exemple #3
0
		<!-- Entry Image -->
		<div class="entry-image">
		
			<?php 
    if (get_theme_mod('agama_blog_thumbnails_permalink', true)) {
        ?>
				<a href="<?php 
        the_permalink();
        ?>
">
			<?php 
    }
    ?>
			
				<img class="image_fade img-responsive image-grow" src="<?php 
    echo agama_return_image_src('agama-blog-small');
    ?>
" alt="<?php 
    the_title();
    ?>
">
			
			<?php 
    if (get_theme_mod('agama_blog_thumbnails_permalink', true)) {
        ?>
				</a>
			<?php 
    }
    ?>
			
		</div><!--.entry-image-->