PATH:
home
/
letacommog
/
aacote
/
wp-content
/
themes
/
wyzi-business-finder
/
templates
/
post
<div <?php post_class( 'sin-blog' );?>> <span>featured</span> <?php if ( has_post_thumbnail() ) {?> <!-- Blog Image --> <a href="<?php echo esc_url( get_permalink() );?>" class="blog-image"><?php the_post_thumbnail( 'large' );?></a> <?php }?> <!-- Blog Content --> <div class="content"> <h2 class="title"><a class="wyz-secondary-color-text-hover" href="<?php echo esc_url( get_permalink() );?>"><?php esc_html( the_title() );?></a></h2> <!-- Blog Meta --> <div class="blog-meta-data fix"> <span class="blog-meta"><i class="fa fa-calendar" aria-hidden="true"></i><a href="<?php echo esc_url( get_permalink() ); ?>"><?php the_time( get_option( 'date_format' ) );?></a></span> <span class="blog-meta"><i class="fa fa-user" aria-hidden="true"></i><?php the_author_posts_link();?></span> <span class="blog-meta"><i class="fa fa-comment" aria-hidden="true"></i><a href="<?php echo ( esc_url( get_permalink() ) . ( 'on' == wyz_get_option( 'sticky-menu') ? ( 0 == get_comments_number() ? '#respond' : '#comments' ) : '' ) );?>"><?php comments_number();?></a></span> <?php if ( has_category() ) {?> <span class="blog-meta"><i class="fa fa-folder-open" aria-hidden="true"></i><?php echo get_the_category_list( ', ', '', get_the_ID() );?></span> <?php } if ( has_tag() ) {?> <span class="blog-meta"><i class="fa fa-tag" aria-hidden="true"></i><?php the_tags( '' );?></span> <?php }?> </div> <p> <?php global $post; $pos = strpos( $post->post_content, '<!--more-->' ); if ( $pos ) { the_excerpt(); } else { if ( is_search() || is_category() ||is_tag() ) { echo strip_shortcodes( get_the_excerpt() ); } else { the_content(); wyz_link_pages(); } } ?></p> <?php wyz_link_pages();?> </div> </div>
[+]
..
[-] post-sticky2.php
[edit]
[-] post-1.php
[edit]
[-] post-2.php
[edit]
[-] post-sticky1.php
[edit]