芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/rigato2.ycreate.site/wp-content/themes/swell/parts/single/post_head.php
'modified' === SWELL_Theme::get_setting( 'title_date_type' ) ? $modified_time : $posted_time, ] ); ?>
$SETTING['show_meta_cat'], 'show_tag' => $SETTING['show_meta_tag'], 'show_tax' => $SETTING['show_meta_tax'], ] ); // 公開日・更新日 SWELL_Theme::get_parts( 'parts/single/item/times', [ 'posted_time' => $SETTING['show_meta_posted'] ? $posted_time : null, 'modified_time' => $SETTING['show_meta_modified'] ? $modified_time : null, ] ); // 著者 if ( $SETTING['show_meta_author'] ) : $post_data = get_post( $the_id ); \SWELL_Theme::pluggable_parts( 'the_post_author', [ 'author_id' => $post_data->post_author ] ); endif; ?>