0001if ( $the_query->have_posts() ) {
0002while ( $the_query->have_posts() ) {
0003$the_query->the_post();
0004$viewlist.= $post->ID.′ ′.$post->post_title.′<br/>′;
0005$the_query->the_post();
0006$viewlist.= $post->ID.′ ′.$post->post_title.′<br/>′;
0007$the_query->the_post();
0008$viewlist.= $post->ID.′ ′.$post->post_title.′<br/>′;
0009}
0010}
WordPress へようこそ。こちらは最初の投稿です。
ソースソース
編集または削除し、コンテンツ作成を始めてください。
if ( $the_query->have_posts() ) {
while ( $the_query->have_posts() ) {
$the_query->the_post();
$viewlist.= $post->ID.′ ′.$post->post_title.′<br />′;
}
}
タイトルh2
タイトルh3
タイトルh4
タイトルh5
ダブルクォートいわゆる