{"id":3172,"date":"2022-02-23T10:47:32","date_gmt":"2022-02-23T01:47:32","guid":{"rendered":"https:\/\/blue-bear.jp\/kb\/?p=3172"},"modified":"2022-02-23T10:47:34","modified_gmt":"2022-02-23T01:47:34","slug":"wordpress-%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%a0%e3%83%95%e3%82%a3%e3%83%bc%e3%83%ab%e3%83%89%e3%81%8c%e7%89%b9%e5%ae%9a%e3%81%ae%e5%80%a4%e3%81%ae%e6%8a%95%e7%a8%bf%e3%82%92%e5%8f%96%e5%be%97","status":"publish","type":"post","link":"https:\/\/blue-bear.jp\/kb\/wordpress-%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%a0%e3%83%95%e3%82%a3%e3%83%bc%e3%83%ab%e3%83%89%e3%81%8c%e7%89%b9%e5%ae%9a%e3%81%ae%e5%80%a4%e3%81%ae%e6%8a%95%e7%a8%bf%e3%82%92%e5%8f%96%e5%be%97\/","title":{"rendered":"[wordpress] \u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7279\u5b9a\u306e\u5024\u306e\u6295\u7a3f\u3092\u53d6\u5f97\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"\n<p>\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7279\u5b9a\u306e\u5024\u306e\u6295\u7a3f\u3092\u53d6\u5f97\u3059\u308b\u65b9\u6cd5\u306f\u4ee5\u4e0b\u306e\u901a\u308a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$args = Array(\n            'post_type' => 'information',\/\/information\u306e\u30ab\u30b9\u30bf\u30e0\u30ab\u30c6\u30b4\u30ea\n            'posts_per_page' => -1,\/\/\u5168\u4ef6\u53d6\u5f97\n            'meta_key' => 'productid',\/\/\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u306eKey\n            'meta_value' => '1111'\/\/\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u306e\u5024\n        );\n$the_query = new WP_Query($args);\nif($the_query -> have_posts()):\n    while($the_query -> have_posts()): $the_query -> the_post();\n        \/\/\u3053\u3053\u306b\u51e6\u7406\u3092\u8a18\u8ff0\n    endwhile;\nendif;\nwp_reset_postdata();<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u304c\u7279\u5b9a\u306e\u5024\u306e\u6295\u7a3f\u3092\u53d6\u5f97<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[146],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/3172"}],"collection":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/comments?post=3172"}],"version-history":[{"count":1,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/3172\/revisions"}],"predecessor-version":[{"id":3173,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/posts\/3172\/revisions\/3173"}],"wp:attachment":[{"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/media?parent=3172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/categories?post=3172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blue-bear.jp\/kb\/wp-json\/wp\/v2\/tags?post=3172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}