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

Enzymes

説明

While editing the content (the visual editor is supported), Enzymes let’s you retrieve properties and custom fields of posts, pages, and authors, and have them appear right there (transclusion).

If you want something to appear elsewhere, outside the content, you can use Enzymes directly from WordPress theme files.

You can also format and modify any transcluded content on the fly, using reusable code snippets stored inside files or custom fields.

Enzymes makes it very easy to re-use parts of your content around your blog, just by referencing it.

Here are two little samples, whose preconditions are these:
* you have a post with the slug postcard-from-barcelona, with a custom field with the key report and the value warm and sunny (Feb, 2008)
* in the post with the id 1 you have a custom field with the key marker and the value return '<span style="background-color:' . $this->substrate . ';">' . $this->pathway . '</span>';

Simple transclusion: a custom field of a post is made appear in another post

The weather in Barcelona was always {[ @postcard-from-barcelona.report ]} and we stayed outdoor most of the day.

is sent to the browser as

The weather in Barcelona was always warm and sunny (Feb, 2008) and we stayed outdoor most of the day.

Simple evaluation: a custom field is transcluded and highlighed with a yellow marker

The weather in Barcelona was always {[ @postcard-from-barcelona.report | 1.marker( =yellow= ) ]} and we stayed outdoor most of the day.

is sent to the browser as

The weather in Barcelona was always <span style=”background-color:yellow;”>warm and sunny (Feb, 2008)</span> and we stayed outdoor most of the day.

Enzymes Manual

I’ve set up a page with all you need to know about Enzymes.

インストール

  1. Copy to your plugins folder
  2. Activate Enzymes

FAQ

none

評価

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

貢献者と開発者

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

貢献者

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

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

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