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

TRACK Connect

説明

TRACK Connect uses custom post types, taxonomies, templates, and widgets to create a listing management system for WordPress. It includes custom templates and widgets for front end display.

Single listings display the custom data automatically with no need to insert shortcodes to display listing data. If it’s entered, it will display on the page.

Allows for any number of custom single listing templates to be created and displayed on a per listing basis.

インストール

  1. Upload the entire track-connect folder to the /wp-content/plugins/ directory
  2. WordPress の「プラグイン」メニューからプラグインを有効化してください
  3. Go to Listings > Settings and input your Domain code and API token, then Save
  4. Now you can hit the Sync Units button

How to use the listings shortcode

基本的な使い方

Just enter the following shortcode on any post or page

[listings]

上級者向け

The shortcode accepts the following parameters:

id = listing post id (accepts one or more id's), exclusive, cannot be combined with other parameters, except for columns
limit = limit the number of posts to show, defaults to all
columns = display output in columns, accepts values 2-6, default is 1 column
taxonomy = taxonomy to display (must be used with the term parameter)
term = term to display (must be used with the taxonomy parameter)

Example advanced usage:
[listings taxonomy=”status” term=”active” limit=”10″ columns=”3″]
This will display all listings in the “Status” taxonomy, assigned to the “Active” term, limited to 10 listings, in 3 columns

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

4.0.5

Fixed bug with calendar showing availability.

4.0.4

Fixed bedroom filters for studio.

4.0.3

Fixed small issues with release.

4.0.2

Fixed issue of displaying correctly when no listings are returned.

4.0.1

Removed a typo of a closing bracket.

4.0.0

Added override and made it possible for all clients to upgrade to same version.

3.1.0

Fixed issue with Lodging Type Filter and added bathroom breakdown.

3.0.9

Fixed issue with jquery ui slider include missing.

3.0.8

Fixed issue with lodging types and added version logging in API request.

3.0.7

Fixed another issue with sidebar bedroom slider.

3.0.6

Fixed sleeps filter, sidebar date picker for same day checkin, sidebar bedroom slider.

3.0.5

Fixed bug with displaying availability.

3.0.3

Fixed issue with insecure link on page.

3.0.2

Fixed javascript error on settings page.

3.0.1

Major performance improvement to search widget.

3.0.0

Changes to architecture.
Node tree support.
Prefix support.