{"id":1888,"date":"2018-05-27T23:01:43","date_gmt":"2018-05-27T14:01:43","guid":{"rendered":"https:\/\/xn--w8jyfva.jp\/box\/?p=1888"},"modified":"2018-12-19T16:20:06","modified_gmt":"2018-12-19T07:20:06","slug":"popularposts","status":"publish","type":"post","link":"https:\/\/xn--w8jyfva.jp\/box\/popularposts\/","title":{"rendered":"WordPress\uff5c\u30d7\u30e9\u30b0\u30a4\u30f3\u306a\u3057\u3067\u95a2\u9023\u8a18\u4e8b\u3084\u4eba\u6c17\u6295\u7a3f\u3092\u8868\u793a\u3055\u305b\u308b\u3010\u8a18\u4e8b\u5185\/\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30a8\u30ea\u30a2\u3011"},"content":{"rendered":"<p>WordPress\u3067\u6709\u540d\u306a\u30d7\u30e9\u30b0\u30a4\u30f3\u3068\u3057\u3066\u3001\u95a2\u9023\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u306a\u3089\u300cYet Another Related Posts Plugin(YARPP)\u300d\u3001\u4eba\u6c17\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u306a\u3089\u300cwordpress popular posts\u300d\u304c\u3088\u304f\u77e5\u3089\u308c\u3066\u3044\u308b\u3002<\/p>\n<p>\u3060\u3051\u3069\u95a2\u9023\u8a18\u4e8b\u3084\u4eba\u6c17\u6295\u7a3f\u306f\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30da\u3059\u308b\u3060\u3051\u3067\u3001<span class=\"b red\">\u30d7\u30e9\u30b0\u30a4\u30f3\u306a\u3057\u3067\u7c21\u5358\u306b\u5b9f\u88c5<\/span>\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002<\/p>\n<h2>\u500b\u5225\u8a18\u4e8b\u5185\u306b\u30d7\u30e9\u30b0\u30a4\u30f3\u306a\u3057\u3067\u30b5\u30e0\u30cd\u30a4\u30eb\u4ed8\u304d\u95a2\u9023\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b<\/h2>\n<p>\u540c\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u8a18\u4e8b\u3092\u5410\u304d\u51fa\u3059\u30b3\u30fc\u30c9\u3002<\/p>\n<p>\u500b\u5225\u8a18\u4e8b\u3084\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30a8\u30ea\u30a2\u306a\u3069\u3001\u95a2\u9023\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u305f\u3044\u4efb\u610f\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u5185\u306b\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092\u30b3\u30d4\u30da\u3002<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;!-- \u95a2\u9023\u8a18\u4e8b --&gt;\r\n&lt;?php if( has_category() ) {\r\n\t$cats = get_the_category();\r\n\t$catkwds = array();\r\n\tforeach($cats as $cat) {\r\n\t\t$catkwds&#x5B;] = $cat-&gt;term_id;\r\n\t}\r\n} ?&gt;\r\n&lt;?php\r\n$myposts = get_posts( array(\r\n\t'post_type' =&gt; 'post',\r\n\t'posts_per_page' =&gt; '6',\r\n\t'post__not_in' =&gt; array( $post-&gt;ID ),\r\n\t'category__in' =&gt; $catkwds,\r\n\t'orderby' =&gt; 'rand'\r\n) ); \r\nif( $myposts ): ?&gt;\r\n\r\n&lt;div class=&quot;related&quot;&gt;\r\n&lt;h3&gt;\u95a2\u9023\u8a18\u4e8b&lt;\/h3&gt;\r\n&lt;ul&gt;\r\n&lt;?php foreach($myposts as $post):\r\nsetup_postdata($post); ?&gt;\r\n\r\n&lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot;&gt;\r\n\t&lt;div class=&quot;related-thumb&quot;&gt;\r\n\t&lt;?php if( has_post_thumbnail() ): ?&gt;\r\n\t&lt;?php echo get_the_post_thumbnail($post-&gt;ID, 'thumb100'); ?&gt;\r\n        &lt;?php else: ?&gt;\r\n        &lt;img src=&quot;&lt;?php echo get_template_directory_uri(); ?&gt;\/images\/no-image.png&quot; alt=&quot;NO IMAGE&quot; title=&quot;NO IMAGE&quot; width=&quot;100px&quot; \/&gt;\r\n        &lt;?php endif; ?&gt;\r\n\t&lt;\/div&gt;\r\n\r\n\t&lt;div class=&quot;related-title&quot;&gt;\r\n\t&lt;?php the_title(); ?&gt;\r\n\t&lt;\/div&gt;\r\n&lt;\/a&gt;&lt;\/li&gt;\r\n\r\n&lt;?php endforeach; ?&gt;\r\n&lt;\/ul&gt;\r\n&lt;\/div&gt;\r\n&lt;?php wp_reset_postdata();\r\nendif; ?&gt;\r\n&lt;!-- \u95a2\u9023\u8a18\u4e8b\u3053\u3053\u307e\u3067 --&gt;\r\n<\/pre>\n<p>CSS\u3067\u30c7\u30b6\u30a4\u30f3\u3092\u6574\u3048\u308b\u3002<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n.related {margin: 40px 0;}\r\n.related ul {list-style: none; margin: 0; padding: 0;}\r\n.related li {margin-bottom:10px;}\r\n.related li a {display:flex; color:#222;}\r\n.related a img {margin: 5px 10px 10px 0; max-width:100px; max-height:80px; object-fit:cover;}\r\n<\/pre>\n<h2>\u30d7\u30e9\u30b0\u30a4\u30f3\u306a\u3057\u3067\u4eba\u6c17\u6295\u7a3f\u3092\u8868\u793a\u3055\u305b\u308b<\/h2>\n<h3>functions.php\u306b\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092\u8ffd\u8a18<\/h3>\n<blockquote>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\/\/\u30a2\u30af\u30bb\u30b9\u6570\u3092\u30ab\u30a6\u30f3\u30c8\u3059\u308b\r\nfunction set_post_views() {\r\n\t$postID = get_the_ID();\r\n\t$num = (int)date_i18n('H'); \/\/ \u73fe\u5728\u6642\u9593\u3067\u756a\u53f7\u53d6\u5f97\r\n\t$key = 'pv_count';\r\n\t$count_key = '_pv_count';\r\n\t$count_array = get_post_meta( $postID, $count_key, true );\r\n\t$sum_count = get_post_meta( $postID, $key, true );\r\n\tif( !is_array($count_array) ) { \/\/\u914d\u5217\u3067\u306f\u306a\u3044\r\n\t\t$count_array = array();\r\n\t\t$count_array&#x5B;$num] = 1;\r\n\t} else { \/\/\u914d\u5217\u3067\u3042\u308b\r\n\t\tif ( isset( $count_array&#x5B;$num] ) ) { \/\/\u30ab\u30a6\u30f3\u30c8\u914d\u5217&#x5B;n]\u304c\u5b58\u5728\u3059\u308b\r\n\t\t\t$count_array&#x5B;$num] += 1;\r\n\t\t} else { \/\/\u30ab\u30a6\u30f3\u30c8\u914d\u5217&#x5B;n]\u304c\u5b58\u5728\u3057\u306a\u3044\r\n\t\t\t$count_array&#x5B;$num] = 1;\r\n\t\t}\r\n\t}\r\n\t\/\/\u30a2\u30af\u30bb\u30b9\u6570\u3092\u66f4\u65b0\u3059\u308b\r\n\tupdate_post_meta( $postID, $count_key, $count_array );\r\n\tupdate_post_meta( $postID, $key, $sum_count + 1 );\r\n}\r\n\r\n\/\/\u30a2\u30af\u30bb\u30b9\u6570\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\r\nfunction reset_post_views() {\r\n\t$num = (int)date_i18n('H');\r\n\t$key = 'pv_count';\r\n\t$reset_key = '_pv_count';\r\n\t$args = array(\r\n\t\t'posts_per_page'   =&gt; -1,\r\n\t\t'post_type' =&gt; 'post',\r\n\t\t'post_status'=&gt;'publish',\r\n\t\t'meta_key' =&gt; $reset_key,\r\n\t);\r\n\t$reset_posts = get_posts($args);\r\n\tif($reset_posts):\r\n\t\tforeach($reset_posts as $reset_post):\r\n\t\t\t$postID = $reset_post-&gt;ID;\r\n\t\t\t$count_array = get_post_meta( $postID , $reset_key, true );\r\n\t\t\tif ( isset( $count_array&#x5B;$num] ) ) { \/\/\u30ab\u30a6\u30f3\u30c8\u914d\u5217&#x5B;n]\u304c\u5b58\u5728\u3059\u308b\r\n\t\t\t\t$count_array&#x5B;$num] = 0;\r\n\t\t\t}\r\n\t\t\t\/\/\u30a2\u30af\u30bb\u30b9\u6570\u3092\u30ea\u30bb\u30c3\u30c8\u3059\u308b\r\n\t\t\tupdate_post_meta( $postID, $reset_key, $count_array );\r\n\t\t\tupdate_post_meta( $postID, $key, array_sum( $count_array ) );\r\n\t\tendforeach;\r\n\tendif;\r\n}\r\n\r\n\/\/\u30ea\u30bb\u30c3\u30c8\u95a2\u6570\u3092\u5b9f\u884c\u3059\u308b\u30a2\u30af\u30b7\u30e7\u30f3\u30d5\u30c3\u30af\u3092\u8ffd\u52a0\r\nadd_action( 'set_hours_event', 'reset_post_views' );\r\n\r\n\/\/\u5b9f\u884c\u9593\u9694\u306e\u8ffd\u52a0\r\nfunction my_interval( $schedules ) {\r\n\t\/\/ 1\u6642\u9593\u3054\u3068\u3092\u8ffd\u52a0\r\n\t$schedules&#x5B;'1hours'] = array(\r\n\t\t'interval' =&gt; 3600,\r\n\t\t'display' =&gt; 'every 1 hours'\r\n\t);\r\n\treturn $schedules;\r\n}\r\nadd_filter( 'cron_schedules', 'my_interval' );\r\n\r\n\/\/\u30a2\u30af\u30b7\u30e7\u30f3\u30d5\u30c3\u30af\u3092\u5b9a\u671f\u7684\u306b\u5b9f\u884c\u3059\u308b\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u30a4\u30d9\u30f3\u30c8\u306e\u8ffd\u52a0\r\nfunction my_activation() {\r\n\tif ( ! wp_next_scheduled( 'set_hours_event' ) ) {\r\n\t\twp_schedule_event( 1451574000, '1hours', 'set_hours_event' );\r\n\t}\r\n}\r\nadd_action('wp', 'my_activation');\r\n\r\n\/\/\u30dc\u30c3\u30c8\u306e\u5224\u5225\r\nfunction isBot() {\r\n\t$bot_list = array (\r\n\t'Googlebot',\r\n\t'Yahoo! Slurp',\r\n\t'Mediapartners-Google',\r\n\t'msnbot',\r\n\t'bingbot',\r\n\t'MJ12bot',\r\n\t'Ezooms',\r\n\t'pirst; MSIE 8.0;',\r\n\t'Google Web Preview',\r\n\t'ia_archiver',\r\n\t'Sogou web spider',\r\n\t'Googlebot-Mobile',\r\n\t'AhrefsBot',\r\n\t'YandexBot',\r\n\t'Purebot',\r\n\t'Baiduspider',\r\n\t'UnwindFetchor',\r\n\t'TweetmemeBot',\r\n\t'MetaURI',\r\n\t'PaperLiBot',\r\n\t'Showyoubot',\r\n\t'JS-Kit',\r\n\t'PostRank',\r\n\t'Crowsnest',\r\n\t'PycURL',\r\n\t'bitlybot',\r\n\t'Hatena',\r\n\t'facebookexternalhit',\r\n\t'NINJA bot',\r\n\t'YahooCacheSystem',\r\n\t'NHN Corp.',\r\n\t'Steeler',\r\n\t'DoCoMo',\r\n\t);\r\n\t$is_bot = false;\r\n\tforeach ($bot_list as $bot) {\r\n\t\tif (stripos($_SERVER&#x5B;'HTTP_USER_AGENT'], $bot) !== false) {\r\n\t\t\t$is_bot = true;\r\n\t\t\tbreak;\r\n\t\t}\r\n\t}\r\n\treturn $is_bot;\r\n}\r\n<\/pre>\n<p><cite><a href=\"https:\/\/niketcha.com\/website\/wordpress\/popular-post\" rel=\"noopener\" target=\"_blank\">WordPress\u30d7\u30e9\u30b0\u30a4\u30f3\u306a\u3057\u3067\u4eba\u6c17\u8a18\u4e8b\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3059\u308b\u65b9\u6cd52\u30d1\u30bf\u30fc\u30f3\uff5c\u30cb\u30b1\u30c3\u30c1\u30e3\u30cb\u30c3\u30ad<\/a><\/cite><\/p>\n<\/blockquote>\n<p>\u3053\u3061\u3089\u3067\u7d39\u4ecb\u3055\u308c\u3066\u3044\u308b\u30b3\u30fc\u30c9\u3067\u306f\u300c1\u6642\u9593\u3054\u3068\u306b\u96c6\u8a08\u3057\u305f\u30a2\u30af\u30bb\u30b9\u6570\u300d\u3067\u8868\u793a\u3055\u308c\u308b\u3002\u305d\u308c\u3092\u4f8b\u3048\u3070\u300c15\u65e5\u9593\u3054\u3068\u306b\u96c6\u8a08\u3057\u305f\u30a2\u30af\u30bb\u30b9\u6570\u300d\u306b\u5909\u66f4\u3059\u308b\u306b\u306f\u3001\u30b3\u30fc\u30c9\u5185\u300c\/\/\u5b9f\u884c\u9593\u9694\u306e\u8ffd\u52a0\u300d\u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u66f8\u304d\u63db\u3048\u308c\u3070OK\u3002<\/p>\n<p>\u3010\u5909\u66f4\u524d\u3011<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\/\/\u5b9f\u884c\u9593\u9694\u306e\u8ffd\u52a0\r\nfunction my_interval( $schedules ) {\r\n\t\/\/ 1\u6642\u9593\u3054\u3068\u3092\u8ffd\u52a0\r\n\t$schedules&#x5B;'1hours'] = array(\r\n\t\t'interval' =&gt; 3600,\r\n\t\t'display' =&gt; 'every 1 hours'\r\n\t);\r\n\treturn $schedules;\r\n}\r\nadd_filter( 'cron_schedules', 'my_interval' );\r\n<\/pre>\n<p>\u3010\u5909\u66f4\u5f8c\u3011<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n\/\/\u5b9f\u884c\u9593\u9694\u306e\u8ffd\u52a0\r\nfunction my_interval( $schedules ) {\r\n\t\/\/ 15\u65e5\u3054\u3068\u3092\u8ffd\u52a0\r\n\t$schedules&#x5B;'Once15days'] = array(\r\n\t\t'interval' =&gt; 1296000, \/\/ 60s * 60m * 24h * 15d\r\n\t\t'display' =&gt; 'Once15days'\r\n\t);\r\n\treturn $schedules;\r\n}\r\nadd_filter( 'cron_schedules', 'my_interval' );\r\n<\/pre>\n<h3>\u4eba\u6c17\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u4efb\u610f\u306e\u5834\u6240\u306b\u4ee5\u4e0b\u306e\u30b3\u30fc\u30c9\u3092\u8ffd\u8a18<\/h3>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;!-- \u4eba\u6c17\u8a18\u4e8b --&gt;\r\n&lt;div class=&quot;ninki&quot;&gt;\r\n&lt;h3&gt;\u4eba\u6c17\u8a18\u4e8b&lt;\/h3&gt;\r\n&lt;?php if( is_single() &amp;&amp; !is_user_logged_in() &amp;&amp; !isBot() ): \/\/\u500b\u5225\u6295\u7a3f\u306e\u5834\u5408\u4eba\u6c17\u8a18\u4e8b\u3092\u8868\u793a\u3059\u308b\u3000\u7ba1\u7406\u8005\u3068\u30dc\u30c3\u30c8\u306e\u30a2\u30af\u30bb\u30b9\u3092\u9664\u5916\r\nset_post_views(); \r\nendif; ?&gt;\r\n&lt;?php\r\n$args = array(\r\n\t'post_type'     =&gt; 'post',\r\n\t'numberposts'   =&gt; 5,       \/\/\u8868\u793a\u6570\r\n\t'meta_key'      =&gt; 'pv_count',\r\n\t'orderby'       =&gt; 'meta_value_num',\r\n\t'order'         =&gt; 'DESC',\r\n);\r\n$posts = get_posts( $args );\r\nif( $posts ): ?&gt;\r\n&lt;ul&gt;\t\r\n&lt;?php foreach( $posts as $post ) : setup_postdata( $post ); ?&gt;\r\n\t\t\r\n&lt;li&gt;&lt;a href=&quot;&lt;?php the_permalink(); ?&gt;&quot; &gt;\r\n\t&lt;div class=&quot;ninki-thumb&quot;&gt;\r\n\t&lt;?php if( has_post_thumbnail() ): ?&gt;\r\n\t&lt;?php echo get_the_post_thumbnail($post-&gt;ID, 'thumb100'); ?&gt;\r\n\t&lt;?php else: ?&gt;\r\n\t&lt;img src=&quot;&lt;?php echo get_template_directory_uri(); ?&gt;\/images\/no-image.png&quot; alt=&quot;NO IMAGE&quot; title=&quot;NO IMAGE&quot; width=&quot;100px&quot; \/&gt;\r\n\t&lt;?php endif; ?&gt;\r\n\t&lt;\/div&gt;\r\n\t\r\n\t&lt;div class=&quot;ninki-title&quot;&gt;\r\n\t&lt;?php the_title(); ?&gt;\r\n\t&lt;\/div&gt;\r\n&lt;\/a&gt;&lt;\/li&gt;\r\n\t\r\n\t&lt;?php endforeach;\r\n\twp_reset_postdata(); ?&gt;\r\n&lt;\/ul&gt;\r\n\r\n&lt;?php else : ?&gt;\r\n&lt;p&gt;\u30a2\u30af\u30bb\u30b9\u30e9\u30f3\u30ad\u30f3\u30b0\u306f\u307e\u3060\u96c6\u8a08\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002&lt;\/p&gt;\r\n&lt;?php endif; ?&gt;\r\n&lt;\/div&gt;\r\n&lt;!-- \u4eba\u6c17\u8a18\u4e8b\u3053\u3053\u307e\u3067 --&gt;\r\n<\/pre>\n<h3>CSS\u3067\u30c7\u30b6\u30a4\u30f3\u3092\u6574\u3048\u308b<\/h3>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n.ninki ul {list-style: none; margin: 0;}\r\n.ninki-list {display: flex; border:none;}\r\n.ninki-list img {width:100px; height:100px; margin-bottom:10px;}\r\n.ninki-list p {padding-left:10px;}\r\n<\/pre>\n<p>\u3053\u308c\u3067\u7c21\u5358\u306b\u4eba\u6c17\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u308b\u3002<\/p>\n<h2>\u30b5\u30a4\u30c9\u30d0\u30fc\u3084\u30d5\u30c3\u30bf\u30fc\u306e\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30a8\u30ea\u30a2\u306b\u95a2\u9023\u8a18\u4e8b\u30fb\u4eba\u6c17\u6295\u7a3f\u3092\u8868\u793a\u3055\u305b\u308b\u3053\u3068\u3082\u3067\u304d\u308b<\/h2>\n<p>\u30b5\u30a4\u30c9\u30d0\u30fc\u3084\u30d5\u30c3\u30bf\u30fc\u306e\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u30a8\u30ea\u30a2\u306b\u4eba\u6c17\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u306b\u306f\u3001\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u3067\u306f\u306a\u304f<span class=\"b yellow-back\">\u30b5\u30a4\u30c9\u30d0\u30fc\u3084\u30d5\u30c3\u30bf\u30fc\u7b49\u306e\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u5185\u306b\u76f4\u63a5\u30b3\u30fc\u30c9\u3092\u8a18\u8ff0\u3059\u308b<\/span>\u5fc5\u8981\u304c\u3042\u308b\u3002<\/p>\n<p>\u30a6\u30a3\u30b8\u30a7\u30c3\u30c8\u306e\u300c\u30c6\u30ad\u30b9\u30c8\u300d\u3068\u3057\u3066\u30b3\u30fc\u30c9\u3092\u8a18\u8ff0\u3057\u3066\u3082\u6a5f\u80fd\u3057\u306a\u3044\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress\u3067\u6709\u540d\u306a\u30d7\u30e9\u30b0\u30a4\u30f3\u3068\u3057\u3066\u3001\u95a2\u9023\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u306a\u3089\u300cYet Another Related Posts Plugin(YARPP)\u300d\u3001\u4eba\u6c17\u8a18\u4e8b\u3092\u8868\u793a\u3055\u305b\u308b\u306a\u3089\u300cwordpress popular pos [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":828,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-1888","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-it-literacy"],"_links":{"self":[{"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/posts\/1888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/comments?post=1888"}],"version-history":[{"count":0,"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/posts\/1888\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/media\/828"}],"wp:attachment":[{"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/media?parent=1888"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/categories?post=1888"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xn--w8jyfva.jp\/box\/wp-json\/wp\/v2\/tags?post=1888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}