Udemy講座 WordPress開発マスター講座 にて学習。
学習内容
テンプレートタグ
- wp_head / wp_footer
- if ( have_posts()) : while ( have_posts () ) : the_post;
- the_date / the_time
- the_excerpt
- get_template_directory_uri()
- get_template_part()
- the_post_thumbnail()
- wp_get_attachment_image_src
- register_post_type
- get_the_terms
- get_post_meta
テンプレート階層
カスタム投稿タイプ、カスタムフィールド