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

Subpagelister

설명

Shows a list of subpages, with display options for content or excerpts, buttons and links, featured images, and layout. Enter the shortcode [subpagelist] in any page to generate the list. An example shortcode and all shortcode attributes are displayed below:

Example Subpagelist Shortcode

[subpagelist exclude=”3,5″ layout=”3col” link=”true” orderby=”title” order=”ASC” show=”excerpt” thumbnail=”thumbnail”]

Shortcode Attributes Include:

  • exclude: A comma-separated list of the page IDs to exclude from display. (default: none)
  • layout: Set this attribute if you would like to list the pages in columns; accepts “2col”, “3col” or “4col”. (default: 1 column)
  • link: Hyperlink the page title; accepts “true” or “false”. (default: true)
  • link_text: The “more link” text to display. Accepts “your custom text”. (default: “(more…)”)
  • orderby: Accepts any orderby parameter as defined in the codex. (default: menu_order)
  • order: Accepts ASC or DESC as defined in the codex. (default: ASC)
  • post_parent: Override the parent page ID to pull in a different list of subpages; accepts any page ID. (default: current page ID)
  • show: Display “excerpt”, “content”, or “none”. (default: excerpt)
  • show_children: Optionally display an unordered list of the child page’s children; accepts “true” or “false”. (default: false)
  • thumbnail: Optionally show the subpage’s featured image; accepts “thumbnail”, “medium”, “large” or “false”. (default: false)
  • thumbnail_align: Optionally force the alignment of the featured image. Leave blank to inherit the suggest alignment for the given layout; accepts “center”, “left”, “right”, “none”. (default: false)

스크린샷

  • Sample shortcode output of [subpagelist link="button" link_text="Keep Reading" orderby="title" show="excerpt" thumbnail="medium" thumbnail_align="left"]
  • Sample shortcode output of [subpagelist layout="3col" link="button" link_text="Keep Reading" orderby="title" show="none" thumbnail="medium"]
  • Sample shortcode output of [subpagelist layout="2col" orderby="title" show="excerpt" thumbnail="true"]

설치

Download, Install and Activate

In your WordPress admin, go to Plugins > Add New to install Subpagelister, or:

  1. Download the latest version of the plugin.
  2. Unzip the downloaded file to your computer.
  3. Upload the /subpagelister/ directory to the /wp-content/plugins/ directory of your site.
  4. Activate the plugin through the ‘Plugins’ menu in WordPress.

Start Using the Shortcodes

Browse the Subpagelister documentation to see all shortcode attributes and to view sample shortcode demos.

View Documentation

FAQ

Where can I find Subpagelister documentation?

For help setting up and configuring the Subpagelister plugin, please refer to documentation.

후기

2020년 7월 19일
It’s simple and easy to use ! I love it and love how good it looks. A Gutenberg block with settings from the Gutenberg editor rather than short code parameters would be amazing.
모든 3 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0

Initial Release