File: /var/www/ethnikamauricia.com/wp-content/themes/soledad/content-photography.php
<?php
/**
* Template loop for typography style
*/
?>
<li class="grid-style grid-2-style typography-style">
<article id="post-<?php the_ID(); ?>" class="item">
<div class="thumbnail">
<a class="penci-image-holder" style="background-image: url('<?php echo penci_get_featured_image_size( get_the_ID(), 'penci-thumb' ); ?>');" href="<?php the_permalink(); ?>" title="<?php echo wp_strip_all_tags( get_the_title() ); ?>">
</a>
<div class="content-typography">
<a href="<?php the_permalink(); ?>" class="overlay-typography"></a>
<div class="main-typography">
<?php if ( ! get_theme_mod( 'penci_grid_cat' ) ) : ?>
<span class="cat"><?php penci_category( '' ); ?></span>
<?php endif; ?>
<h2 class="grid-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php if ( ! get_theme_mod( 'penci_grid_date' ) || ! get_theme_mod( 'penci_grid_author' ) ) : ?>
<div class="grid-post-box-meta">
<?php if ( ! get_theme_mod( 'penci_grid_author' ) ) : ?>
<span class="author-italic"><?php esc_html_e( 'by ', 'soledad' ); ?><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author(); ?></a></span>
<?php endif; ?>
<?php if ( ! get_theme_mod( 'penci_grid_date' ) ) : ?>
<span><?php the_time( get_option('date_format') ); ?></span>
<?php endif; ?>
</div>
<?php endif; ?>
</div>
</div>
</div>
</article>
</li>