このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

dtSlider

説明

Quick and easy shortcode implementation of Niall Doherty’s Coda-Slider 2.0 http://www.ndoherty.biz/. Works with anything queryable in wordpress including pages, posts, post types, categories, and more. Also allows full usage of the Coda-Slider arguments.

インストール

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add shortcode to any post or page in which it should appear. Make sure to use the query and id arguments otherwise it will return an error.

FAQ

How does the query argument work?

Just like any wordpress query see https://codex.wordpress.org/Function_Reference/query_posts#Parameters for more details.

What does the id argument do?

The id argument is the div id for the slider (Just make it unique so it doesn’t clash).

What is the args argument?

This is the place for all the Coda-Slider 2.0 arguments. See the original page for details http://www.ndoherty.biz/forums/viewtopic.php?f=4&t=2

Where can I use the shortcode?

The short code will work on posts, pages, and WordPress 3.0 custom post types.

評価

このプラグインにはレビューがありません。

貢献者と開発者

dtSlider はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“dtSlider” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.3

Accepts more than one argument.
More friendly with other plugins (nested functions).
Code Cleanup

0.2

Fixed file access bug. Plugin now works when installed directly.

0.1

*Plugin Released