{"id":2037,"date":"2021-06-06T00:20:55","date_gmt":"2021-06-05T15:20:55","guid":{"rendered":"http:\/\/wp.ultimai.org\/?p=2037"},"modified":"2021-06-06T06:30:44","modified_gmt":"2021-06-05T21:30:44","slug":"wp_query-%e3%81%8b%e3%82%89%e6%8a%95%e7%a8%bf%e8%a8%98%e4%ba%8b%e3%82%84%e3%82%89%e6%97%a5%e4%bb%98%e3%82%84%e3%82%89%e5%8f%96%e5%be%97","status":"publish","type":"post","link":"https:\/\/wp.ultimai.org\/?p=2037","title":{"rendered":"WP_Query \u304b\u3089\u6295\u7a3f\u8a18\u4e8b\u3084\u3089\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u3084\u3089\u30bf\u30b0\u3092\u53d6\u5f97"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\"><code>\r\n$the_query = new WP_Query($args);\r\n  foreach($the_query->posts as $key=>$value){\r\n    var_dump($value->ID, $value->post_date, $value->post_content);\r\n\r\n   $thumb_id = get_post_thumbnail_id($postID);      \/\/ \u6307\u5b9a\u3057\u305f\u6295\u7a3f\u306e\u30a2\u30a4\u30ad\u30e3\u30c3\u30c1\u753b\u50cf\u306e\u753b\u50cfID\u3092\u53d6\u5f97\r\n\t$thumb_img = wp_get_attachment_image_src($thumb_id );\r\n\t$src = $thumb_img[0]; \r\n\r\n\r\n\t$postID = get_the_ID();\r\n\t\t\t$fivesdrafts = $wpdb->get_results( \r\n\t\t\t\t\"SELECT name , slug\r\n\t\t\t\tFROM $wpdb->term_relationships\r\n\t\t\t\tLEFT JOIN $wpdb->term_taxonomy  USING (term_taxonomy_id)\r\n\t\t\t\tLEFT JOIN $wpdb->terms USING(term_id)\r\n\t\t\t\tWHERE object_id = $postID\r\n\t\t\t\tAND taxonomy = 'post_tag'\"\r\n\t\t\t);\r\n\t\t\t foreach ($fivesdrafts as $key => $val) {\r\n\t\t\t\t $tag .= $val->slug . $val->name ; \/\/ \u30b9\u30e9\u30c3\u30b0\uff61\u30bf\u30b0\r\n\t\t\t }\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>$the_query = new WP_Query [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[18],"tags":[],"class_list":["post-2037","post","type-post","status-publish","format-standard","hentry","category-cms"],"_links":{"self":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/2037","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2037"}],"version-history":[{"count":3,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/2037\/revisions"}],"predecessor-version":[{"id":2048,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=\/wp\/v2\/posts\/2037\/revisions\/2048"}],"wp:attachment":[{"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2037"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2037"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wp.ultimai.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2037"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}