* @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/ */ $read_more = get_theme_mod( 'aeonblog-read-more-text', __( 'Continue Reading', 'aeonblog' ) ); $blog_meta = get_theme_mod( 'aeonblog-blog-meta', 1 ); $blog_featured_image = get_theme_mod( 'aeonblog-blog-image', 1 ); $featured_image_full = get_theme_mod( 'aeonblog-blog-full-image', 0 ); $blog_full_image = ( $featured_image_full == 0 ) ? '' : 'blog-full-image'; ?>
>
', '' ); } else { the_title( '

', '

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