File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
<?php
/**
* @package SKT Bizness
*/
?>
<div class="blog-post-repeat">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h3 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<?php if ( 'post' == get_post_type() ) : ?>
<div class="postmeta">
<div class="post-date"><?php echo get_the_date(); ?></div><!-- post-date -->
<div class="post-comment"> | <a href="<?php comments_link(); ?>"><?php comments_number(); ?></a></div>
<div class="post-categories" style="float:none;"> | <?php the_category( __( ', ', 'skt-bizness' )); ?></div>
<div class="clear"></div>
</div><!-- postmeta -->
<?php endif; ?>
<div class="post-thumb"><?php the_post_thumbnail(); ?></div><!-- post-thumb -->
</header><!-- .entry-header -->
<?php if ( is_search() || !is_single() ) : // Only display Excerpts for Search ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
<a class="readmore" href="<?php the_permalink(); ?>"><?php _e('Read More →','skt-bizness'); ?></a>
</div><!-- .entry-summary -->
<?php else : ?>
<div class="entry-content">
<?php the_content( __( 'Read More <span class="meta-nav">→</span>', 'skt-bizness' ) ); ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'skt-bizness' ),
'after' => '</div>',
) );
?>
</div><!-- .entry-content -->
<?php endif; ?>
<footer class="entry-meta" style="display:none;">
<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
<?php
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( __( ', ', 'skt-bizness' ) );
if ( $categories_list && skt_bizness_categorized_blog() ) :
?>
<span class="cat-links">
<?php printf( __( 'Posted in %1$s', 'skt-bizness' ), $categories_list ); ?>
</span>
<?php endif; // End if categories ?>
<?php
/* translators: used between list items, there is a space after the comma */
$tags_list = get_the_tag_list( '', __( ', ', 'skt-bizness' ) );
if ( $tags_list ) :
?>
<span class="tags-links">
<?php printf( __( 'Tagged %1$s', 'skt-bizness' ), $tags_list ); ?>
</span>
<?php endif; // End if $tags_list ?>
<?php endif; // End if 'post' == get_post_type() ?>
<?php if ( ! post_password_required() && ( comments_open() || '0' != get_comments_number() ) ) : ?>
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'skt-bizness' ), __( '1 Comment', 'skt-bizness' ), __( '% Comments', 'skt-bizness' ) ); ?></span>
<?php endif; ?>
<?php edit_post_link( __( 'Edit', 'skt-bizness' ), '<span class="edit-link">', '</span>' ); ?>
</footer><!-- .entry-meta -->
</article><!-- #post-## -->
<div class="clear"></div>
</div><!-- blog-post-repeat -->