芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/en/wp-content/themes/twentynineteen/single.php
_x( '
Published in
%title
', 'Parent post link', 'twentynineteen' ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'next_text' => '
' . __( 'Next Post', 'twentynineteen' ) . '
' . /* translators: Hidden accessibility text. */ '
' . __( 'Next post:', 'twentynineteen' ) . '
' . '
%title
', 'prev_text' => '
' . __( 'Previous Post', 'twentynineteen' ) . '
' . /* translators: Hidden accessibility text. */ '
' . __( 'Previous post:', 'twentynineteen' ) . '
' . '
%title
', ) ); } // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; // End the loop. ?>