* @copyright Copyright (c) 2019, Aeon Theme * @link http://www.aeontheme.com/themes/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/ * * @package AeonBlog */ 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( '

', '

' ); endif; if ( 'post' === get_post_type() ) : ?>