itemtype="http://schema.org/BlogPosting" itemtype="http://schema.org/BlogPosting"> '; echo ''; echo $post_thumbnail_url; echo ''; echo ''; echo '
'; } else { echo '
'; } } else { echo '
'; } ?>

'; the_excerpt(); } else { echo '
'; $ismore = ! empty( $post->post_content ) ? strpos( $post->post_content, '' ) : ''; if ( ! empty( $ismore ) ) { the_content( sprintf( esc_html__( '[…]', 'zerif-lite' ), '' . esc_html__( 'about ', 'zerif-lite' ) . get_the_title() . '' ) ); } else { the_excerpt(); } wp_link_pages( array( 'before' => '', ) ); } ?>
'; /* Translators: Categories list */ printf( __( 'Posted in %1$s', 'zerif-lite' ), $categories_list ); echo ''; } // End if categories /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', __( ', ', 'zerif-lite' ) ); if ( $tags_list ) { echo ''; /* translators: Tags list */ printf( __( 'Tagged %1$s', 'zerif-lite' ), $tags_list ); echo ''; } } if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) { echo ''; comments_popup_link( __( 'Leave a comment', 'zerif-lite' ), __( '1 Comment', 'zerif-lite' ), __( '% Comments', 'zerif-lite' ) ); echo ''; } edit_post_link( __( 'Edit', 'zerif-lite' ), '', '' ); ?>