Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями 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.

Часто задаваемые вопросы

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