{"id":951,"date":"2023-09-12T09:15:54","date_gmt":"2023-09-12T00:15:54","guid":{"rendered":"https:\/\/yuzum.com\/blog\/?p=951"},"modified":"2024-05-14T08:46:41","modified_gmt":"2024-05-13T23:46:41","slug":"wordpress_use","status":"publish","type":"post","link":"https:\/\/yuzum.com\/blog\/20230912_wordpress_use","title":{"rendered":"wordpress\u3067\u6642\u3005\u4f7f\u3046\u3084\u3064"},"content":{"rendered":"wordpress\u3067\u3088\u304f\u4f7f\u3046\u3051\u3069\u6bce\u56de\u8abf\u3079\u3066\u308b\u6c17\u304c\u3059\u308b\u30bf\u30b0\u305f\u3061\u3002\r\n\u5fd8\u5099\u9332\u3068\u3057\u3066\r\n<h2>\u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u3092\u8868\u793a\u3059\u308b<\/h2>\r\n<a href=\"https:\/\/wpdocs.osdn.jp\/%E9%96%A2%E6%95%B0%E3%83%AA%E3%83%95%E3%82%A1%E3%83%AC%E3%83%B3%E3%82%B9\/paginate_links\">wordpress\u516c\u5f0f\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\/paginate_links<\/a>\r\n\r\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;div class=&quot;pager&quot;&gt;\r\n  &lt;?php echo paginate_links(array(\r\n    'type' =&gt; 'list',\r\n'prev_text' =&gt; '\u00ab',\r\n'next_text' =&gt; '\u00bb'\r\n)); ?&gt;&lt;\/div&gt;\r\n<\/pre>\r\n<h2>\u5916\u89b3\u2192\u30e1\u30cb\u30e5\u30fc\u3092\u8868\u793a<\/h2>\r\n\u7ba1\u7406\u753b\u9762\u3067\u4f5c\u6210\u3059\u308b\u30e1\u30cb\u30e5\u30fc\u3092\u4efb\u610f\u306e\u5834\u6240\u306b\u8868\u793a\u3059\u308b\r\n'menu'\u306f\u4f5c\u6210\u3057\u305f\u30e1\u30cb\u30e5\u30fc\u306e\u540d\u524d\u3001'menu_id'\u306f\u4efb\u610f\u306eid\u304c\u4ed8\u4e0e\u304c\u3067\u304d\u308b\u3002class\u3082OK\r\n\r\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;?php wp_nav_menu(\r\n  array(\r\n    'menu'  =&gt; 'Main_menu',\r\n'menu_id' =&gt; 'menu',\r\n)\r\n); ?&gt;\r\n<\/pre>\r\n<h2>\u30ab\u30c6\u30b4\u30ea\u30ea\u30f3\u30af\u4ed8\u304d\u30ea\u30b9\u30c8\u8868\u793a<\/h2>\r\nsingle.php\u3084index.php\u3001archive.php\u7b49\u3067\u4f7f\u3048\u308b\r\n\r\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;?php\r\n$categories = get_the_category();\r\nif ($categories) {\r\n  echo '\r\n&lt;ul&gt;';\r\nforeach ($categories as $category) {\r\necho '\r\n \t&lt;li&gt;&lt;a href=&quot;' . esc_url(get_category_link($category-&gt;term_id)) . '&quot;&gt;' . $category-&gt;name . '&lt;\/a&gt;&lt;\/li&gt;\r\n';\r\n}\r\necho '&lt;\/ul&gt;\r\n';\r\n}\r\n?&gt;\r\n<\/pre>\r\n\r\nHTML\u3067\u306e\u8868\u793a\u7d50\u679c\r\n\r\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\n&lt;ul&gt;\r\n \t&lt;li&gt;&lt;a href=&quot;http:\/\/example.com\/category\/cat1&quot;&gt;\u30ab\u30c6\u30b4\u30ea\u30fc1&lt;\/a&gt;&lt;\/li&gt;\r\n \t&lt;li&gt;&lt;a href=&quot;http:\/\/example.com\/category\/cat2&quot;&gt;\u30ab\u30c6\u30b4\u30ea\u30fc2&lt;\/a&gt;&lt;\/li&gt;\r\n&lt;\/ul&gt;\r\n<\/pre>\r\n\r\n<!--\r\n<h2><\/h2>\r\n[php]\r\n[\/php]\r\n<h2><\/h2>\r\n[php][\/php]\r\n<h2><\/h2>\r\n[php][\/php]\r\n<h2><\/h2>\r\n[php][\/php] -->","protected":false},"excerpt":{"rendered":"wordpress\u3067\u3088\u304f\u4f7f\u3046\u3051\u3069\u6bce\u56de\u8abf\u3079\u3066\u308b\u6c17\u304c\u3059\u308b\u30bf\u30b0\u305f\u3061\u3002 \u5fd8\u5099\u9332\u3068\u3057\u3066 \u30da\u30fc\u30b8\u30cd\u30fc\u30b7\u30e7\u30f3\u3092\u8868\u793a\u3059\u308b wordpress\u516c\u5f0f\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\/paginate_links &lt;div class= ... ","protected":false},"author":1,"featured_media":1021,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1],"tags":[],"class_list":["post-951","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","category-diary"],"_links":{"self":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/951","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/comments?post=951"}],"version-history":[{"count":5,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/951\/revisions"}],"predecessor-version":[{"id":1022,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/951\/revisions\/1022"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/media\/1021"}],"wp:attachment":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/media?parent=951"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/categories?post=951"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/tags?post=951"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}