Esempio n. 1
0
    ?>
        <?php 
}
?>


        <div class="entry-meta">
            <span class="post-format"></span>

            <?php 
// Categories
if (!get_theme_mod('indiepro_homepage_hide_categories')) {
    ?>
                <span class="cat-links">
                    <span><?php 
    indiepro_category(' - ');
    ?>
</span>											
                </span>
            <?php 
}
?>
        </div>

            <div class="inner-post">
                <header class="entry-header">

                        <!-- // Post Title & Category -->
                        <?php 
if (is_front_page()) {
    ?>
Esempio n. 2
0
        $feat_query->the_post();
        ?>
			<div class="item">
				<a href="<?php 
        echo get_permalink();
        ?>
">
				<?php 
        the_post_thumbnail('slider-thumb');
        ?>
</a>
				
				<div class="feat-overlay">
					<div class="feat-text">
						<span class="feat-cat"><?php 
        indiepro_category(', ');
        ?>
</span>
						<h3><a href="<?php 
        echo get_permalink();
        ?>
"><?php 
        the_title();
        ?>
</a></h3>
					</div>
				</div>

			</div>
		<?php 
    }