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

Automatically Paginate Posts

설명

Automatically paginate WordPress content by inserting the <!--nextpage--> Quicktag at intervals controlled by plugin’s settings.

Option is provided to control which post types are automatically paginated (default is the “Post” post type). Supports any public custom post types (non-public types are supported via the autopaging_post_types filter).

Option is also provided to specify how many pages content should be broken out over, or how many words should be included per page.

설치

  1. Upload automatically-paginate-posts to /wp-content/plugins/.
  2. Activate plugin through the WordPress Plugins menu.
  3. Configure plugin by going to Settings > Reading.

FAQ

Where do I set the plugin’s options?

The plugin’s options are added to the built-in Reading settings page in WordPress.

Can I disable the plugin’s functionality for specific content?

Yes, the plugin adds a metabox (Classic Editor) and a sidebar component (Block Editor) to individual items in supported post types that allows the autopaging to be disabled on a per-post basis.

How can I add support for my custom post type?

Navigate to Settings > Reading in WP Admin to enable this plugin for your custom post type.

You can also use the filter autopaging_post_types to add support by appending your post type’s name to the array.

What filters does this plugin include?

  • autopaging_post_types – modify the post types supported by this plugin. Will override the values set under Settings > Reading.
  • autopaging_num_pages_default – modify the default number of pages over which a post is displayed. Will override the value set under Settings > Reading.
  • autopaging_max_num_pages – override the maximum number of pages available in the settings page dropdown when the paging type is “pages”.
  • autopaging_max_num_words – override the minimum number of words allowed per page page when the paging type is “words”.
  • autopaging_num_pages – change the number of pages content is displayed on at runtime. Filter provides access to the full post object in addition to the number of pages.
  • autopaging_num_words – change the number of words displayed per page at runtime. Filter provides access to the full post object in addition to the number of words.
  • autopaging_supported_block_types_for_word_counts – specify which block types are considered when splitting a block-editor post by word count.

후기

2020년 8월 17일
After updating to WordPress 5.5 a custom function that automated pagination broke on all sites. Thankfully this plugin makes it extraordinarily easy to have automated page breaks along with an unexpected feature called "Approximate words per page". It even worked with other custom code. Something that would benefit anyone who either wants to break up large pages or load other things like maps into tabs.
모든 16 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

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

변경이력

0.3.1

  • Fix translation support.

0.3

  • Add support for content authored in block editor (Gutenberg).
  • Add native block-editor control to replace legacy metabox.
  • Fix bug that created empty pages.

0.2

  • Allow for number of words to be specified instead of number of pages.

0.1

  • Initial release.