レ(゚∀゚;)ヘ ヘ( ゚∀゚;)ノレ(゚∀゚;)ヘ ヘ( ゚∀゚;)ノ徐氏は彼に言った。「あなたの容姿から判断すると、あなたは悪い人には見えません。深く自制して善行を積むべきです。」しかし、これは貧しさゆえに違いない。そこで彼は徐氏に絹の反物を2反渡すように命じた。それ以来、その郡では盗みは起こらなくなった。⛴️⛴️
<?php
/**
* Template part for displaying posts.
*
* @package Nisarg
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'post-content' ); ?>>
<?php
if ( is_sticky() && is_home() && ! is_paged() ) {
printf( '<span class="sticky-post">%s</span>', esc_html__( 'Featured', 'nisarg' ) );
} ?>
<?php nisarg_featured_image_disaplay(); ?>
<header class="entry-header">
<span class="screen-reader-text"><?php the_title();?></span>
<?php if ( is_single() ) : ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php else : ?>
<h2 class="entry-title">
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2>
<?php endif; // is_single() ?>
<?php if ( 'post' == get_post_type() ) : ?>
<div class="entry-meta">
<h5 class="entry-date"><?php nisarg_posted_on(); ?></h5>
</div><!-- .entry-meta -->
<?php endif; ?>
</header><!-- .entry-header -->
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<footer class="entry-footer">
<?php nisarg_entry_footer(); ?>
</footer><!-- .entry-footer -->
</article><!-- #post-## -->