'baseline',
'posts_per_page' => 1,
'orderby' => 'date', //日付順に並び替え(作成日or更新日にするか確認)
'order' => 'DESC'
); ?>
have_posts() ) : $list_query->the_post(); ?>
ID, 'poster', true);
if ( !empty( $poster ) ) :
$poster = wp_get_attachment_url($poster);
?>


'post',
'posts_per_page' => 3,
'orderby' => 'date', //日付順に並び替え(作成日or更新日にするか確認)
'order' => 'DESC',
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'category',
'field' => 'slug',
'terms' => 'pc',
),
array(
'taxonomy' => 'news_category',
'field' => 'slug',
'terms' => 'topics',
),
)
); ?>
have_posts() ) : $list_query->the_post(); ?>
- ID, 'pdf', true);
if ( !empty( $file01 ) ) :
$file01 = wp_get_attachment_url($file01);
$size = filesize( $file01 );
?>
$article ){
echo ' new!';
}
?>
$article ){
echo ' new!';
}
?>



'post',
'posts_per_page' => 5,
'orderby' => 'date', //日付順に並び替え(作成日or更新日にするか確認)
'order' => 'DESC',
'tax_query' => array(
'relation' => 'AND',
array(
'taxonomy' => 'category',
'field' => 'slug',
'terms' => 'pc',
),
array(
'taxonomy' => 'news_category',
'field' => 'slug',
'terms' => 'info',
// 'operator ' => 'NOT IN'
),
)
); ?>
have_posts() ) : $list_query->the_post(); ?>
- ID, 'pdf', true);
if ( !empty( $file01 ) ) :
$file01 = wp_get_attachment_url($file01);
$size = filesize( $file01 );
?>
$article ){
echo ' new!';
}
?>
$article ){
echo ' new!';
}
?>