↑📅こちらのテーマで「投稿日・コメント・編集」を表示したい時は、
archive.phpとtemplate-parts/content.phpとinc/template-tags.phpとcomments.phpで表示可能。
+ functions.phpに記述する。 /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php';
↑📅こちらのテーマで「投稿日・コメント・編集」を表示したい時は、
archive.phpとtemplate-parts/content.phpとinc/template-tags.phpとcomments.phpで表示可能。
+ functions.phpに記述する。 /** * Custom template tags for this theme. */ require get_template_directory() . '/inc/template-tags.php';