ID; $author_id = $post_data->post_author; $date_time = get_post_datetime( $the_id, 'date' ); $modified_time = get_post_datetime( $the_id, 'modified' ); // 更新日が公開日より遅い場合だけ表示(ただし、更新日だけ表示の時は更新日をそのまま表示する) if ( $show_modified && $show_posted && false !== $date_time && false !== $modified_time ) { $show_modified = ( $date_time->format( 'Ymd' ) < $modified_time->format( 'Ymd' ) ) ? $show_modified : false; } ?>
$show_cat, 'show_tag' => $show_tag, 'show_tax' => $show_tax, 'is_head' => true, ) ); // 著者アイコン if ( $show_author && $author_id ) : $author_icon = Arkhe::get_author_icon_data( $author_id ); echo ' '; endif; ?>