%PDF- %PDF-
Direktori : /home/ugotscom/www/boniface/blog/wp-content/themes/cali/template-parts/ |
Current File : /home/ugotscom/www/boniface/blog/wp-content/themes/cali/template-parts/content-post_highlighted.php |
<?php /** * Template part for displaying Highlighted posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Cali */ $show_excerpt = get_theme_mod( 'cali_index_excerpt_highlighted', 1 ); $hide_thumb = get_theme_mod( 'cali_index_hide_thumb', 0 ); $hide_cats = get_theme_mod( 'cali_index_hide_cats', 0 ); $hide_meta = get_theme_mod( 'cali_index_hide_meta', 0 ); ?> <article id="post-<?php the_ID(); ?>" <?php post_class('highlighted-post'); ?>> <?php if ( !$hide_thumb ) : cali_post_thumbnail(); endif; ?> <header class="entry-header"> <?php if ( !$hide_cats ) : ?> <div class="cat-links ca-category"> <?php cali_get_first_cat(); ?> </div> <?php endif; ?> <?php the_title( '<h2 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h2>' ); ?> <?php if ( !$hide_meta ) : ?> <div class="entry-meta"> <?php cali_posted_on(); ?> </div> <?php endif; ?> </header> <?php if ( $show_excerpt ) : ?> <div class="entry-content"> <?php the_excerpt(); ?> </div> <?php endif; ?> <footer class="entry-footer clearfix"> <?php cali_read_more_link(); ?> </footer> </article>