WordPress テーマの作成その3
上の記述の<?php if(have_posts()): while(have_posts()): the_post(); ?>~
<?php endwhile; endif; ?>部分が、投稿記事を記入するWordPress用のタグです。
<?php get_template_part(‘pagenation’); ?>は、ページナビの記述となります。
<?php get_template_part(‘pagenation’); ?>も、
pagenation.phpファイルの記述を代入するという
意味となっています。
← WordPressでブログじゃないWebサイトを作る MacOSにWindows7をBootcampでインストール →

コメント