BASE Item List Plugin
Display BASE(https://thebase.in/) Item List by shortcode [BASE_ITEM]
BASE商品情報をリスト表示するショートコード:[BASE_ITEM] を使用可能にします。
ショートコードパラメータ
- q: 検索キーワード
- order: 並び替え項目。list_order、modifiedのいずれか(未指定時: キーワードマッチ度順)
- sort: 並び順。asc か desc のいずれか(未指定時: desc)
- limit: 表示する商品数。 (MAX: 100)(未指定時:10)
- cache: APIの結果をキャッシュする時間(秒)です。(未指定時:60)
- name: 複数エリアに設置する場合に指定します。この名前をキーにキャッシュが作成されます。(未指定時:base_item_list)
出力テンプレート
デフォルトのテンプレートはプラグインディレクトリ内にある「/template/base_items.php」です。
有効化しているテーマフォルダ内にこのファイルをコピーすることでオリジナルの表示をさせることができます。
設定
管理画面 -> BASE Item Listより、BASE APIのアプリ情報を設定して下さい。
※ BASE APIは事前に申請が必要です。https://developers.thebase.in/
Installation
- Upload
base-item-list.zip
to the /wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
Changelog
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.1.1
1.1.2
1.1.3
- sortパラメータ追加
- API呼び出し失敗時にエラーログ出力する
- 5.7での動作確認
1.1.4
1.1.5
- GitHub Actions でのCD/CI 対応
1.1.6
1.1.7
1.1.8
1.2
1.2.2
2.0.0
2.0.1
2.0.2
2.0.3
- ショートコードパラメータにfields追加:https://docs.thebase.in/docs/api/items/search Props to masakawai