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

Loops 'n Slides

설명

A simple yet powerful plugin that allows you to display posts loops based on any query, as a carousel of slides or using a custom template.

Features

  • Display any posts you want… Create a loop that will display exactly the posts you want; filtered by tag, category, by post author… any WordPress Query works !
  • …The way you want… You can choose among several templates to display your loop, or use your own one !
  • …Anywhere you want ! With this simple shortcode: [loops-n-slides id=XXX]
  • Carousels: Just click the Carousel Checkbox when editing a loop, it will be displayed in a nice, slidy way. You can define global options for the carousels, or/and define them for each loop. (powered by OwlCarousel)
  • Carousel galleries: Optionally, enable carousels for your image galleries, globally or for each gallery.
  • Totally Free: There is NO premium version for this plugin, because it is totally free. Of course, donations would be very appreciated.

Shortcode

[loops-n-slides id=XXX] where XXX is the ID of your loop.

Donate!

I made this plugin because the majority of carousels plugins had limited functionnalities or were not free.
This one IS totally free. But if you like it, if you use it, please consider making a donation.
This would be very appreciated — Thanks !

Dependencies

Contributors

Contributors are listed here.

Notes

For feature request and bug reports, please use the Github Issues Tracker.

If you are a plugin developer, we would like to hear from you. Any contribution would be very welcome.

Localization

스크린샷

  • Loop editor metabox
  • Settings page

설치

  1. Upload the plugin to your blog and Activate it.
  2. Go to the settings page and setup the plugin.

FAQ

How can I use custom templates to render my loops?

Create a directory loops-n-slides in your active theme.
Create your custom page templates in that directory. They should have a specific opening PHP tag:
/* Loops ‘n Slides Loop: My Custom Loop Template Title */

See the files under loops-n-slides/templates for examples.
You can override those default files by have custom files that have the same filename in your loops-n-slides directory.

How can I use the plugin to display an existing WordPress gallery as a carousel?

You can either enable this option by default for all your galleries (see the Loops ‘n Slides Settings page); or enable it for a few galleries only, by adding the attribute loopsns-carousel=1 to your existing shortcode.
Example : [gallery ids="113,117" loopsns-carousel=1]

When enabled globally, you can prevent a gallery from rendering as a carousel by adding the attribute loopsns-carousel=0.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Loops 'n Slides”(을)를 번역하세요.

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

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

변경이력

1.1.2

  • Fix https://github.com/gordielachance/loops-n-slides/issues/1

1.1.1

  • Added queries examples in the loop editor metabox.

1.1.0

1.0.0

  • First release