%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/www/demo/riverwalkpoa/wp-content/themes/sandwich/template-parts/
Upload File :
Create Path :
Current File : /home/graphicd/www/demo/riverwalkpoa/wp-content/themes/sandwich/template-parts/content.php

<?php
/**
 * Template part for displaying posts
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
	<header class="entry-header">
		<?php
            if ( is_singular() ) :
                the_title( '<h1 class="entry-title">', '</h1>' );
            else :
                the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
            endif;

            if ( 'post' === get_post_type() ) :
        ?>
            <?php if(get_theme_mod('sandwich_blog_post_meta_display',true)): ?>
                <div class="entry-meta-wrapper">
                    <span><i class="fa fa-user"></i> <?php the_author_posts_link(); ?></span>
                    <span><i class="fa fa-clock-o"></i> <?php echo get_the_date('l, F j, Y'); ?></span>
                    <?php
                        $sandwich_comment_count = get_comments_number();
                        if($sandwich_comment_count == 0 ){
                            $sandwich_single_comment = "No Comment";
                        }elseif($sandwich_comment_count ==1){
                            $sandwich_single_comment = $sandwich_comment_count." "."Comment";
                        }else{
                            $sandwich_single_comment = $sandwich_comment_count." "."Comments";
                        }
                    ?>
                    <span><i class="fa fa-comments-o"></i> <a href="<?php the_permalink(); ?>"><?php echo $sandwich_single_comment; ?></a></span>
                </div><!-- .entry-meta -->
            <?php endif; ?>
		<?php endif; ?>
	</header><!-- .entry-header -->
    <?php if (get_theme_mod('sandwich_blog_post_featured_image_display',true)): ?>
        <?php
            the_post_thumbnail('post_image');
        ?>
    <?php endif; ?>
	<div class="post_content_wrapper">
		<div class="post_content">
            <?php
                the_excerpt();
            ?>
        </div>
	</div><!-- .entry-content -->

	<footer class="entry-footer">
        <div class="post_term_meta">
            <span>Post In : <?php the_category(' '); ?></span>
            <span>Tags : <?php the_tags(' ',' ',' '); ?></span>
        </div>
	</footer><!-- .entry-footer -->
</article><!-- #post-<?php the_ID(); ?> -->

Zerion Mini Shell 1.0