post_date ); $modified = new DateTime( $post_data->post_modified ); $author_id = $post_data->post_author; $show_posted = Arkhe::get_setting( 'show_entry_posted' ); $show_modified = Arkhe::get_setting( 'show_entry_modified' ); $show_cat = Arkhe::get_setting( 'show_entry_cat' ); $show_tag = Arkhe::get_setting( 'show_entry_tag' ); $show_author = Arkhe::get_setting( 'show_entry_author' ); $only_modified = ! $show_posted && $show_modified; ?>
$show_cat, 'show_tag' => $show_tag, 'is_head' => true, ) ); // 著者アイコン if ( $show_author && $author_id ) : $author_icon = Arkhe::get_author_icon_data( $author_id ); echo ' '; endif; ?>