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

Inserter

説明

Inserter allows you to create custom templates from your dashboard and insert the in your pages, replacing a CSS selector of your choosing.

You can use the WordPress Templates Interpolation for underscore.js and include JS-based logic in your templates.

You can expose data using the REST API, using the global $post object, or provide your own JSON-formatted data.
To see the available data, you can add this line in your template and then check the console when your site loads:
<# console.log( data ); #>

You can read more about how to use the plugin on https://aristath.github.io/wordpress/introducing-wordpress-inserter-plugin.

インストール

Simply install as a normal WordPress plugin and activate.

FAQ

Installation Instructions

Simply install as a normal WordPress plugin and activate.

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.1

February 17, 2018

  • Add append and prepend modes in addition to replace.
  • Require “element” field to be defined when adding/editing template

1.0

February 12, 2018

  • Initial version