Title: Ajax Post Carousel
Author: anabelle
Published: <strong>2010년 10월 26일</strong>
Last modified: 2011년 1월 21일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/ajax-post-carousel.svg)

# Ajax Post Carousel

 작성자: [anabelle](https://profiles.wordpress.org/anabelle/)

[다운로드](https://downloads.wordpress.org/plugin/ajax-post-carousel.0.3.2.zip)

 * [세부사항](https://ko.wordpress.org/plugins/ajax-post-carousel/#description)
 * [평가](https://ko.wordpress.org/plugins/ajax-post-carousel/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/ajax-post-carousel/#installation)
 * [개발](https://ko.wordpress.org/plugins/ajax-post-carousel/#developers)

 [지원](https://wordpress.org/support/plugin/ajax-post-carousel/)

## 설명

With Ajax Post Carousel you can display posts as a carousel using jQuery for animations.
The widget only preloads a few posts and Ajax is used to load more posts as the 
carousel advances (this is very useful when you have hundreds of posts).

The featured thumbnail of each post is used for the carousel, so at least WordPress
2.9 is required. The widget can be totally customized using CSS. Only the basic 
styles are defined so the carousel works properly.

**Features**

 * Posts can be selected from a category, a custom taxonomy or a post type.
 * Configurable number of posts shown in the carousel and number of preloaded posts(
   visible posts + posts loaded in the background)
 * Posts can be loaded in random order or using the default order (From most recent
   to oldest)
 * Carousel can be an endless loop
 * Title and excerpt can be shown. Thumbnail is always shown.
 * Can be used as a widget, a shortcode or a php function.

### BETA

Be adviced we are releasing this software as beta software.
 Our initial intention
is to gather feedback and collaboration.

After testing and approval the plugin will launch oficially.

Send us your comments to plugins@8manos.com

### HOW TO

 * Carousels can be added using Widgets, Shortcodes or a PHP function.
 * You can use the default styles included in the plugin or use your own css. Explained
   below.

#### Widget

This is the easiest way to add carousels to your site. Just drag the “Ajax Post 
Carousel” widget to an available area and configure all settings.

#### Shortcode

You can use it to include carousels in your posts or pages. Add [apc-carousel] to
use the default values.

All the options in the widget can also be used with the shortcode:

 * random: Accepts 0 or 1. (default 0)
 * visible_posts: Number of posts visible in the carousel. (default 3)
 * init_posts: Number of preloaded posts. Equals number of visible posts + number
   of posts in the background. (default 9)
 * show_title: Whether to show the title of the post. Accepts 0 or 1 (default 0)
 * show_excerpt: Whether to show the excerpt of the post. Accepts 0 or 1 (default
   0)
 * loop: Accepts 0 or 1 (default 0)
 * post_type: Slug of the post type. Accepts ‘post’, ‘page’, ‘all’ or any custom
   post type. (default ‘post’)
 * category: Slug of the category. (default ‘all’)
 * Posts can be filtered by taxonomy using: taxonomy-slug=term-slug

Example:

[apc-carousel visible_posts=2 init_posts=8 show_title=1 show_excerpt=1 my-taxonomy
=my-taxonomy-term]

#### PHP Function

The PHP function can be used in a theme template. The options and defaults are the
same as in the Shortcode:

Ajax_Post_Carousel::show_carousel($random=0, $visible_posts=3, $init_posts=9, $show_title
=0, $show_excerpt=0, $loop=0, $post_type=’post’, $category=’all’, $tax_filter=”)

$tax_filter uses this format: ‘my-tax-1=my-term-1&my-tax-2=my-term-2’

Example that returns the same output as the Shortcode example:

#### Use your own CSS

There are to ways to style the carousels using your own css.

 1. Copy the css file from wp-content/plugins/ajax-post-carousel/ajax_post_carousel.
    css into your theme directory and edit the copy.
 2. Define your own styles in your theme stylesheet. Just use the carousel id, so your
    rules have a higher priority than the rules from the plugin (for example: #apc_carousel_0.
    apc_thumb{border:none;})

## 스크린샷

[⌊This is default output of the plugin, you can customize it as much as you want
using CSS. You will also find useful settings in the widget itself.⌉⌊This is default
output of the plugin, you can customize it as much as you want using CSS. You will
also find useful settings in the widget itself.⌉[

This is default output of the plugin, you can customize it as much as you want using
CSS. You will also find useful settings in the widget itself.

## 설치

 1. Upload `ajax-post-carousel` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Create widgets anywhere, using the ‘Widgets’ menu in WordPress. Or use the shortcode
    in your posts. Or use the php function in your theme templates.

## FAQ

  How can you not have FAQ?

This is the first public release, we welcome you to send us your comments and feedback
and don’t encourage production use without testing.

  Where can I send you feedback

plugins@8manos.com

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ anabelle ](https://profiles.wordpress.org/anabelle/)

[자국어로 “Ajax Post Carousel”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/ajax-post-carousel)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/ajax-post-carousel/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/ajax-post-carousel/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/ajax-post-carousel/)을 [RSS](https://plugins.trac.wordpress.org/log/ajax-post-carousel/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.3.2

 * Fixed bugs when clicking arrows too fast.

#### 0.3.1

 * Added ID to the carousels and improved the ways that custom styles can be defined.

#### 0.3

 * Carousels can be added using a Shortcode and/or a PHP function.
 * Post excerpts can be included now.
 * CSS styles improved so it looks better right out of the box.

#### 0.2.6

 * Fixed misscount when ‘all’ post types were selected.
 * Commented error_reporting(ALL). No more ugly error messages.

#### 0.2.5

 * Javascript file rewritten so there are no conflicts with other plugins.

#### 0.2.4

 * New feature: loop
 * Width bug in chrome resolved.

#### 0.2.3

 * Now has a good fallback when JS is disabled. Styles are more robust

#### 0.2.2

 * Fixed bug when all post types and all categories are selected.

#### 0.2.1

 * Fixed some bugs in Internet Explorer and Google Chrome.

#### 0.2

 * Posts can be selected from a category, a custom taxonomy or a post type.

#### 0.1

 * First working version.

## 기초

 *  버전 **0.3.2**
 *  최근 업데이트: **16년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 2.9 또는 그 이상 **
 *  다음까지 시험됨: **3.0.5**
 *  언어
 * [English (US)](https://wordpress.org/plugins/ajax-post-carousel/)
 * 태그:
 * [ajax](https://ko.wordpress.org/plugins/tags/ajax/)[carousel](https://ko.wordpress.org/plugins/tags/carousel/)
   [jquery](https://ko.wordpress.org/plugins/tags/jquery/)[Slide](https://ko.wordpress.org/plugins/tags/slide/)
   [slider](https://ko.wordpress.org/plugins/tags/slider/)
 *  [고급 보기](https://ko.wordpress.org/plugins/ajax-post-carousel/advanced/)

## 평점

 별 5점 만점에 3.5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/?filter=3)
 *  [  1/2-별점 후기     ](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/ajax-post-carousel/reviews/)

## 기여자

 *   [ anabelle ](https://profiles.wordpress.org/anabelle/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/ajax-post-carousel/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://8manos.com/)