{"id":131586,"date":"2010-09-28T00:41:04","date_gmt":"2010-09-27T15:41:04","guid":{"rendered":"https:\/\/ja.wordpress.org\/support\/2010\/09\/28\/%e5%ad%90%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%83%aa%e3%82%b9%e3%83%88%e8%a1%a8%e7%a4%ba\/"},"modified":"2010-09-28T00:41:04","modified_gmt":"2010-09-27T15:41:04","slug":"%e5%ad%90%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%83%aa%e3%82%b9%e3%83%88%e8%a1%a8%e7%a4%ba","status":"closed","type":"topic","link":"https:\/\/ja.wordpress.org\/support\/topic\/%e5%ad%90%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%ae%e3%83%aa%e3%82%b9%e3%83%88%e8%a1%a8%e7%a4%ba\/","title":{"rendered":"\u5b50\u30da\u30fc\u30b8\u306e\u30ea\u30b9\u30c8\u8868\u793a"},"content":{"rendered":"<p>\u304a\u4e16\u8a71\u306b\u306a\u308a\u307e\u3059\u3002<br \/>\n\u4ee5\u524d\u306b\u3082\u4f3c\u305f\u3088\u3046\u306a\u8cea\u554f\u3057\u307e\u3057\u305f\u304c\u3001<br \/>\n\u4e0b\u8a18\u306e\u30b3\u30fc\u30c9\u3092\u300cfunctions.php\u300d \u306b\u5165\u308c\u3066\u3092\u30da\u30fc\u30b8\u6bce\u306b\u300c&lt;?php wp_list_pages_tree2($post); ?&gt;<br \/>\n\u300d\u4f7f\u7528\u3057\u3066\u5b50\u30da\u30fc\u30b8\u306e\u30ea\u30b9\u30c8\u8868\u793a\u3092\u5b9f\u73fe\u3057\u3066\u3044\u307e\u3059\u3002<br \/>\n\u3067\u3059\u304c\u3001\u4e0b\u8a18\u306e\u3068\u304a\u308a<\/p>\n<p>\u300c\u30b5\u30d6\u30b5\u30fc\u30d3\u30b91\u300d\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u30af\u30ea\u30c3\u30af\u5f8c\u306e\u3068\u304a\u308a\u4ed6\u306e\u30da\u30fc\u30b8\u306e\u30dc\u30bf\u30f3\u304c\u8868\u793a\u3055\u308c\u306a\u304f\u306a\u308a\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u305f\u5f8c\u3082\u4ed6\u306e\u30da\u30fc\u30b8\u306e\u30dc\u30bf\u30f3\u3082\u8868\u793a\u3057\u305f\u307e\u307e\u306b\u3057\u305f\u3044\u306e\u3067\u3059\u304c\u3001<br \/>\n\u3054\u6307\u5c0e\u3092\u304a\u9858\u3044\u3057\u307e\u3059\u3002<\/p>\n<p>\u25a0\u30af\u30ea\u30c3\u30af\u524d<br \/>\n\u30b5\u30fc\u30d3\u30b9\uff08\u89aa\u30da\u30fc\u30b8\uff09<br \/>\n -\u30b5\u30d6\u30b5\u30fc\u30d3\u30b91\uff08\u5b50\u30da\u30fc\u30b8\uff09<br \/>\n -\u30b5\u30d6\u30b5\u30fc\u30d3\u30b92\uff08\u5b50\u30da\u30fc\u30b8\uff09<br \/>\n -\u30b5\u30d6\u30b5\u30fc\u30d3\u30b93\uff08\u5b50\u30da\u30fc\u30b8\uff09<\/p>\n<p>\u25a0\u30af\u30ea\u30c3\u30af\u5f8c<br \/>\n\u30b5\u30fc\u30d3\u30b9\uff08\u89aa\u30da\u30fc\u30b8\uff09<br \/>\n -\u30b5\u30d6\u30b5\u30fc\u30d3\u30b91\uff08\u5b50\u30da\u30fc\u30b8\uff09<\/p>\n<pre><code>function wp_list_pages_tree2($post){\n\tif(is_page()){\n\t\t$list = $post-&gt;ancestors;\n\t\t$parent[&#039;list&#039;] = array_reverse($list);\n\t\t$parent[&#039;cnt&#039;]  = count($list);\n\t\t$parent[&#039;top&#039;]  = array_pop($list);\n\n\t\t$page_list = get_pages(&#039;parent=0&amp;sort_column=menu_order&#039;);\n\t\tforeach($page_list as $id){\n\t\t\techo &#039;&#039;.&quot;\\n&quot;;\n\t\t\tif($id-&gt;ID == $post-&gt;ID){\n\t\t\t\techo &quot;&lt;ul&gt;\\n&quot;;\n\t\t\t\twp_list_pages(&#039;depth=1&amp;title_li=&amp;child_of=&#039; . $post-&gt;ID );\n\t\t\t\techo &quot;&lt;\/ul&gt;\\n&quot;;\n\t\t\t}\n\t\t\tif($id-&gt;ID == $parent[&#039;top&#039;]){\n\t\t\t\t$pointer = $parent[&#039;list&#039;];\n\t\t\t\t$cnt = 0;\n\t\t\t\twhile($buf = next($pointer)){;\n\t\t\t\t\techo &#039;&lt;ul&gt;&#039;.&quot;\\n&quot;;\n\t\t\t\t\techo &#039;&lt;li&gt;&lt;a href=&quot;&#039;.get_permalink($buf).&#039;&quot;&gt;&#039;.get_the_title($buf).&#039;&lt;\/a&gt;&#039;.&quot;\\n&quot;;\n\t\t\t\t\t$cnt++;\n\t\t\t\t}\n\t\t\t\techo &#039;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;&#039;.get_permalink($post-&gt;ID).&#039;&quot;&gt;&#039;.get_the_title($post-&gt;ID).&#039;&lt;\/a&gt;&#039;.&quot;\\n&quot;;\n\t\t\t\techo &quot;&lt;ul&gt;\\n&quot;;\n\t\t\t\twp_list_pages(&#039;depth=1&amp;title_li=&amp;child_of=&#039; . $post-&gt;ID );\n\t\t\t\techo &quot;&lt;\/ul&gt;\\n&quot;;\n\t\t\t\tfor($i=0;$i&lt;$cnt;$i++){\n\t\t\t\t\techo &#039;&lt;\/li&gt;&lt;\/ul&gt;&#039;.&quot;\\n&quot;;\n\t\t\t\t}\n\t\t\t\techo &#039;&lt;\/li&gt;&lt;\/ul&gt;&#039;.&quot;\\n&quot;;\n\n\t\t\t}\n\t\t\techo &quot;\\n&quot;;\n\t\t}\n\t}\n\telse{\n\t\twp_list_pages(&#039;depth=1&amp;title_li=&#039;);\n\t}\n}<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-131586","topic","type-topic","status-closed","hentry"],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/131586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/topic\/131586\/revisions"}],"wp:attachment":[{"href":"https:\/\/ja.wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=131586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}