>
', esc_url( get_permalink() ) ), '' ); ?>
ID ) ) { the_excerpt(); } else { $post_img_gallery = get_post_gallery( $page_id, false ); if( is_single() && (array_key_exists('ids', $post_img_gallery))) { the_content( sprintf( __( 'Continue reading %s', 'blogolife' ), the_title( '', '', false ) ) ); } else { $post_img_gallery_ids = explode( ",", $post_img_gallery['ids'] ); $image_list = '
'; $image_list .= '
    '; $image_list .= ''; $image_list .= ''; foreach( $post_img_gallery_ids as $id ) { $img_thumb = wp_get_attachment_image_src ( $id, 'large'); $image_list .= '
  • '; } $image_list .= '
'; echo $image_list; } } wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '', 'pagelink' => '' . __( 'Page', 'blogolife' ) . ' %', 'separator' => ', ', ) ); if (get_theme_mod( 'blogolife_show_hide_post_categories' ) !== 'off' ) { blogolife_entry_taxonomies_categories(); } if (get_theme_mod( 'blogolife_show_hide_post_tags' ) !== 'off' ) { blogolife_entry_taxonomies_tags(); } ?>