レ(゚∀゚;)ヘ ヘ( ゚∀゚;)ノレ(゚∀゚;)ヘ ヘ( ゚∀゚;)ノ徐氏は彼に言った。「あなたの容姿から判断すると、あなたは悪い人には見えません。深く自制して善行を積むべきです。」しかし、これは貧しさゆえに違いない。そこで彼は徐氏に絹の反物を2反渡すように命じた。それ以来、その郡では盗みは起こらなくなった。⛴️⛴️
<?php /** * Template part for displaying posts. * * @package Nisarg */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class( 'post-content' ); ?>> <?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() ?> <div class="entry-meta"> <h5 class="entry-date"><?php nisarg_posted_on(); ?></h5> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content( '...<p class="read-more"><a class="btn btn-default" href="'. esc_url( get_permalink( get_the_ID() ) ) . '">' . __( ' Read More', 'nisarg' ) . '<span class="screen-reader-text"> '. __( ' Read More', 'nisarg' ).'</span></a></p>' ); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'nisarg' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <footer class="entry-footer"> <?php nisarg_entry_footer(); ?> </footer><!-- .entry-footer --> </article><!-- #post -->