* @copyright Copyright (c) 2019, AeonWP * @link https://aeonwp.com/aeonblog * @license http://www.gnu.org/licenses/gpl-2.0.html * * Template part for displaying posts * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ */ global $aeonblog_theme_options; $read_more = esc_html( $aeonblog_theme_options['aeonblog-read-more-text'] ); $blog_meta = absint( $aeonblog_theme_options['aeonblog-blog-meta'] ); $blog_featured_image = absint( $aeonblog_theme_options['aeonblog-blog-image'] ); $featured_image_full = absint( $aeonblog_theme_options['aeonblog-blog-full-image'] ); $blog_full_image = ( $featured_image_full == 0 ) ? '' : 'blog-full-image'; ?>
>
', '' ); } else { the_title( '

', '

' ); } if ( $blog_meta == 1 ) { ?>