wordpress, 未分類

トップページ

<?php if ( is_home() || is_front_page() ) : ?>トップページの場合のみ表示<?php endif; ?>投稿の個別ページ<?php if(i ...

wordpress, 未分類

<?php echo get_the_term_list($post->ID, 'prefectures','','、'); ?><?php the_taxonomies($args); ?>

html, 未分類

<!DOCTYPE html><html lang="ja"><head><meta charset="utf-8"><meta http-equ ...

wordpress, 未分類

<?php$paged = get_query_var('paged');$args = array('posts_per_page' => '-1','cat' => '','tax_query' => array ...

PAGE TOP