ID; $author_id = $post_data->post_author; $date_timestamp = get_post_timestamp( $the_id, 'date' ); $modified_timestamp = get_post_timestamp( $the_id, 'modified' ); // 更新日が公開日より遅い場合だけ表示(ただし、更新日だけ表示の時は更新日をそのまま表示する) if ( $show_modified && $show_posted ) { $show_modified = ( $date_timestamp < $modified_timestamp ) ? $show_modified : false; } ?>
$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; ?>