%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/themes/eduma/ |
Current File : /var/www/html/ceaa/wp-content/themes/eduma/content.php |
<?php $theme_options_data = get_theme_mods(); $classes = array(); $classes[] = 'col-sm-12'; ?> <article id="post-<?php the_ID(); ?>" <?php post_class( $classes ); ?>> <div class="content-inner"> <?php do_action( 'thim_entry_top', 'full' ); ?> <div class="entry-content"> <?php if ( has_post_format( 'link' ) && thim_meta( 'thim_url' ) && thim_meta( 'thim_text' ) ) { $url = thim_meta( 'thim_url' ); $text = thim_meta( 'thim_text' ); if ( $url && $text ) { ?> <header class="entry-header"> <h3 class="entry-title"> <a class="link" href="<?php echo esc_url( $url ); ?>"><?php echo esc_html( $text ); ?></a> </h3> </header> <?php } ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <div class="readmore"> <a href="<?php echo esc_url( get_permalink() ); ?>"><?php echo esc_html__( 'Read More', 'eduma' ); ?></a> </div> <?php } elseif ( has_post_format( 'quote' ) && thim_meta( 'thim_quote' ) && thim_meta( 'thim_author_url' ) ) { $quote = thim_meta( 'thim_quote' ); $author = thim_meta( 'thim_author' ); $author_url = thim_meta( 'thim_author_url' ); if ( $author_url ) { $author = ' <a href=' . esc_url( $author_url ) . '>' . $author . '</a>'; } if ( $quote && $author ) { ?> <header class="entry-header"> <div class="box-header box-quote"> <blockquote><?php echo esc_html( $quote ); ?><cite><?php echo esc_html( $author ); ?></cite> </blockquote> </div> </header> <?php } } elseif ( has_post_format( 'audio' ) ) { ?> <header class="entry-header"> <?php if ( !isset( $theme_options_data['thim_show_date'] ) || $theme_options_data['thim_show_date'] == 1 ) { ?> <div class="date-meta"> <?php if ( !empty( $theme_options_data['thim_blog_display_year'] ) ) { echo get_the_date( 'd' ) . '<i>' . get_the_date( 'M, Y' ) . '</i>'; } else { echo get_the_date( "d\<\i\>\ F\<\/\i\>\ " ); } ?> </div> <?php } ?> <div class="entry-contain"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> <?php thim_entry_meta(); ?> </div> </header> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <div class="readmore"> <a href="<?php echo esc_url( get_permalink() ); ?>"><?php echo esc_html__( 'Read More', 'eduma' ); ?></a> </div> <?php } else { ?> <header class="entry-header"> <?php if ( !isset( $theme_options_data['thim_show_date'] ) || $theme_options_data['thim_show_date'] == 1 ) { ?> <div class="date-meta"> <?php if ( !empty( $theme_options_data['thim_blog_display_year'] ) ) { echo get_the_date( 'd' ) . '<i>' . get_the_date( 'M, Y' ) . '</i>'; } else { echo get_the_date( "d\<\i\>\ F\<\/\i\>\ " ); } ?> </div> <?php } ?> <div class="entry-contain"> <?php the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); ?> <?php thim_entry_meta(); ?> </div> </header> <!-- .entry-header --> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <div class="readmore"> <a href="<?php echo esc_url( get_permalink() ); ?>"><?php echo esc_html__( 'Read More', 'eduma' ); ?></a> </div> <?php }; ?> </div> </div> </article><!-- #post-## -->