{"id":1333,"date":"2018-06-28T20:18:53","date_gmt":"2018-06-28T11:18:53","guid":{"rendered":"http:\/\/4koma-web.com\/coding\/?p=1333"},"modified":"2018-06-28T20:26:25","modified_gmt":"2018-06-28T11:26:25","slug":"wordpress-%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%a0%e6%8a%95%e7%a8%bf%e3%81%ae%e3%83%aa%e3%82%b9%e3%83%88%e3%82%92%e9%80%a3%e7%95%aa%e3%81%a7%e6%8b%be%e5%be%97","status":"publish","type":"post","link":"https:\/\/4koma-web.com\/coding\/wordpress-%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%a0%e6%8a%95%e7%a8%bf%e3%81%ae%e3%83%aa%e3%82%b9%e3%83%88%e3%82%92%e9%80%a3%e7%95%aa%e3%81%a7%e6%8b%be%e5%be%97\/","title":{"rendered":"wordpress \u30ab\u30b9\u30bf\u30e0\u6295\u7a3f\u306e\u30ea\u30b9\u30c8\u3092\u9023\u756a\u3067\u62fe\u5f97"},"content":{"rendered":"<p>wordpress \u30ab\u30b9\u30bf\u30e0\u6295\u7a3f\u306e\u30ea\u30b9\u30c8\u3092\u6761\u4ef6\u5206\u5c90\u3057\u306a\u304c\u3089\u3001\u9023\u756a\u3067\u30ea\u30b9\u30c8\u306b\u9023\u756a\u30af\u30e9\u30b9\u3092\u3064\u3051\u308b\u65b9\u6cd5\u3067\u3059\u3002<\/p>\n<pre>\r\n<ul>\r\n        <li>\r\n          <h4><span class=\"btn_arrow_round_bt\">\u304a\u77e5\u3089\u305b\u4e00\u89a7<\/span><\/h4>\r\n        <\/li>\r\n        <?php query_posts( array(\r\n      'post_type' => 'car', \/\/\u30ab\u30b9\u30bf\u30e0\u6295\u7a3f\u540d\r\n      'taxonomy' => 'car-cat',\r\n      'term' => 'trailer',\r\n      'posts_per_page' => -1 \/\/\u8868\u793a\u4ef6\u6570\uff08 -1 = \u5168\u4ef6 \uff09\r\n  )); ?>\r\n  <?php   if(have_posts()): ?>\r\n\r\n  <?php $s = 0; while(have_posts()):the_post(); $s++; ?>\r\n  <li class=\"item<?php echo $s; ?>\">\r\n\r\n        <?php $i = 0; if(have_rows('\u304a\u77e5\u3089\u305b')): ?>\r\n        <?php while(have_rows('\u304a\u77e5\u3089\u305b')): the_row(); $i++; ?>\r\n        <?php if( $i < 2 ): ?>\r\n        <a href=\"<?php the_permalink(); ?>\"><img decoding=\"async\" src=\"<?php the_sub_field('\u304a\u77e5\u3089\u305b\u753b\u50cf'); ?>\"><\/a><\/p>\r\n        <?php endif; ?>\r\n        <?php endwhile; ?>\r\n\r\n  <?php else : ?><!--\u304a\u77e5\u3089\u305b\u306e\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u753b\u50cf\u304c\u306a\u3044\u3068\u304d\u306e\u51e6\u7406-->\r\n\r\n  <div class=\"news\"><div class=\"no-image top\"><a href=\"<?php the_permalink(); ?>\"><span>No image<\/span><\/a><\/div><\/div>\r\n\r\n  <?php endif; ?>\r\n  <\/li>\r\n  <?php endwhile; else: ?><!--\u304a\u77e5\u3089\u305b\u306b\u8a18\u4e8b\u304c\u304c\u306a\u3044\u3068\u304d\u306e\u51e6\u7406-->\r\n\r\n  <li><div class=\"test\"><div class=\"no-image top none\"><p>\u73fe\u5728\u8a18\u4e8b\u304c<br>\u3042\u308a\u307e\u305b\u3093<\/p><\/div><\/div><\/li>\r\n  <?php endif; ?>\r\n  <?php wp_reset_query(); ?>\r\n  <li class=\"btn\"><a href=\"news-archive\">\u304a\u77e5\u3089\u305b\u4e00\u89a7\u306e\u7d9a\u304d\u3092\u898b\u308b<\/a><\/li>\r\n      <\/ul>\r\n<\/pre>\n<p>\u4e0a\u8a18\u306fwhile\u6587\u3067\u3001\u30ab\u30b9\u30bf\u30e0\u6295\u7a3f\u306e\u304a\u77e5\u3089\u305b\u306e\u753b\u50cf\u304c\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u3068\u304d\u3068\u3055\u308c\u3066\u3044\u306a\u3044\u3068\u304d\u306e\u6761\u4ef6\u5206\u5c90\u3092\u3057\u306a\u304c\u3089\u3001\u6295\u7a3f\u3055\u308c\u305f\u8a18\u4e8b\u3092\u7fd2\u5f97\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u307e\u305f\u3001\u4f55\u3082\u6295\u7a3f\u304c\u306a\u3044\u3068\u304dendwhile; else\u3067\u300c\u73fe\u5728\u8a18\u4e8b\u304c\u3042\u308a\u307e\u305b\u3093\u300d\u3068\u8868\u793a\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u307e\u305f\u4e0a\u8a18\u306f\u9023\u756a\u3067\u30ea\u30b9\u30c8\u306bitem01,item02\u3068\u540d\u524d\u304c\u3064\u3044\u3066\u3044\u304f\u306e\u3067\u304a\u77e5\u3089\u305b\u4e00\u89a7\u306e\u7d9a\u304d\u3092\u898b\u308b\u30dc\u30bf\u30f3\u30923\u8a18\u4e8b\u4ee5\u4e0a\u6295\u7a3f\u3055\u308c\u3066\u3044\u305f\u6642\u306b<\/p>\n<pre>\r\n.btn{\r\n   display:none;\r\n}\r\n.item03+.btn{\r\n   display:block;\r\n}\r\n<\/pre>\n<p>\u4e0a\u8a18\u3067\u8868\u793a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059<\/p>\n","protected":false},"excerpt":{"rendered":"<p>wordpress \u30ab\u30b9\u30bf\u30e0\u6295\u7a3f\u306e\u30ea\u30b9\u30c8\u3092\u6761\u4ef6\u5206\u5c90\u3057\u306a\u304c\u3089\u3001\u9023\u756a\u3067\u30ea\u30b9\u30c8\u306b\u9023\u756a\u30af\u30e9\u30b9\u3092\u3064\u3051\u308b\u65b9\u6cd5\u3067\u3059\u3002 \u304a\u77e5\u3089\u305b\u4e00\u89a7<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_locale":"","_original_post":"","footnotes":""},"categories":[1],"tags":[],"publishpress_future_action":{"enabled":false,"date":"2026-04-21 23:03:34","action":"change-status","newStatus":"draft","terms":[],"taxonomy":"category"},"_links":{"self":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1333"}],"collection":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/comments?post=1333"}],"version-history":[{"count":0,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/posts\/1333\/revisions"}],"wp:attachment":[{"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/media?parent=1333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/categories?post=1333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/4koma-web.com\/coding\/wp-json\/wp\/v2\/tags?post=1333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}