이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Child Page Tree

설명

Child Page Tree adds a select box to the page edit site right above the publish button. Using this select box you can decide whether to add and where to add the page tree. You can either add the page tree at the very top of page (prepend) or add it to the end of a page (append).

The output is a unorderd list with nested lists to reflect the hierarchy of the children. However this list can be changed using the build-in filter child_page_tree_before_output. This filter is applied before the list is added to content.

The plugin ships with basic stylesheet, which adds a icon to each link and does not show the hierarchy of the pages. The handler for this stylesheet ist child_page_tree_style and you can simple dequeue the script using wp_dequeue_style(). Another way to add your own custom style is to override the default style by using a custom CSS plugin. The page tree has an id (ul#child_page_tree) you can use and one class, either .append or .prepend depending its location.

Requirements

  • min. PHP 5.4

스크린샷

  • Append page tree to site without any style
  • Prepend page tree with custom stylesheet
  • Example of usage for documentations
  • Select box in backend
  • Select box in backend

설치

You can download and install the plugin using the built in WordPress plugin installer. If you download it manually, make sure it is uploaded to \”/wp-content/plugins/child-page-tree/\”. Activate Child Page Tree in the \”Plugins\” admin panel using the \”Activate\” link.

FAQ

Can I add the page tree to another location on the page?

No. Currently the plugin only supports appending and prepending. A shortcode could work but is not planned.

Is it possible to add a page tree of page X into page Y?

No. Child Page Tree displays only the page tree of the current site.

후기

모든 1 평가 읽기

기여자 & 개발자

“Child Page Tree”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Child Page Tree”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Child Page Tree”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • [FIX] setter call which caused PHP errors
  • [FIX] load textdomain for translations
  • [ADD] Banner and Icon for WordPress.org Repo
  • [ADD] Check PHP version before instantiating object

1.0.0

  • Initial release of the plugin
  • [FEATURE] append or prepend page tree to site
  • [HOOK::FILTER] child_page_tree_before_output child page tree before adding it to content