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

Paged Post Slider

설명

Automagically turns multi-page posts into an ajax-based slideshow. Simply activate, choose the display options for your slider, and go!

NOTE: This plugin is no longer actively developed or supported. If anyone wants to fork it, check out the [github repository](https://github.com/spencejs/Paged-Post-Slider).

WordPress has an excellent, but little known, feature for splitting up long posts into multiple pages. However, a growing trend among major news and blog sites is instead to split up posts into dynamically loading sliders. While there are many slider plugins available for WordPress, none of them quite tackles this functionality. That’s where the Paged Post Slider comes in: it takes normal multi-page posts from WordPress and replaces them with an all-ajax slider that requires almost no setup.

What the slider does:

  • Replaces WordPress’ built-in post pagination funtionality with an ajax-based carousel.
  • Uses hash based URLs for easy direct linking to specific slides. This also preserves the functionality of the browser’s Back button.
  • Automatically adds slide navigation and a slide counter (e.g. ‘1 of 5’) to sliders according to the preferences you set.
  • Adds the ‘Insert Page Break’ button to the TinyMCE post editor so that you can easily split your content into multiple pages/slides.
  • Provides an optional stylesheet for (very) basic styling of the slider navigation.
  • Optionally allows infinite looping of slides.
  • Optionally provides a link to view all slides on a single page.
  • Optionally allows for scrolling back to top when each slide loads.
  • Degrades gracefully. If the plugin is missing or uninstalled, posts will behave exactly like normal multi-page posts.

Demo:

See a demo of the slider in action.

스크린샷

  • An example slide using the included styles in the 2012 theme.
  • The Paged Post Slider Settings page.
  • An example of a post broken up into slides on the backend. Note the 'Insert Page Break' button.

설치

  1. Upload the ‘paged-post-slider’ directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Customize your display options on the PPS Settings page
  4. Make paginated posts using the newly visible ‘Insert Page Break’ button in the post editor
  5. Watch the magic happen!

FAQ

How do I split up my posts into different slides?

Just treat it like a normal WordPress multi-page post. To make this extra-easy, the plugin activates the ‘Insert Page Break’ button in the post editor. Just insert your cursor wherever you want to break between slides and click the button – Presto! You have a new slide!

For more information about WordPress’ built-in multi-page post funtionality, visit this page.

Why am I seeing an extra Next/Previous navigation element in my theme?

Your theme contains its own wp_link_pages() tag to accomodate WordPress’ built-in post pagination feature. To ensure that this does not interfere with the plugin, please remove any reference to the wp_link_pages() tag from your single.php file. Note that it is possible that the tag is inluded in a template part, rather than directly in the single.php file itself.

How can I change the way the slider looks?

The Paged Post Slider is designed to be syled by the user using standard CSS. On the plugin’s Settings page, you can choose to use the included styles, but even these are meant only as a basic starting point.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.5.2

  • Removes use of depricated has_cap function.

1.5.1

  • Slight fix to javascript.

1.5

  • Adds option to automatically scroll back to top when a new slide loads.

1.4

  • Adds option to loop from the last slide back to the first.
  • Adds option to display a “View Full Post” link below the slideshow.
  • Refines Nvigation CSS.
  • Better commented code.

1.3

  • Adds support for additional permalink structures. Stuctures now include WordPress default, trailing slash, no trailing slash, ending in .html, and ending in .htm.

1.2.7

  • Adds Paged Post functionality to Pages as well as Single Posts

1.2.6

  • Fixes problem where scripts would not load

1.2.5

  • Fixes possible conflict with other plugins

1.2.4

  • Restricted script and css to only load on posts that use the slider

1.2.3

  • Cleaned up TinyMCE function.

1.2.2

  • Fixed Tagging.

1.1

  • CSS styles now clear any floats in a slide.
  • Added link to demo page.

1.0

  • Intial commit.