內容簡介
Enzymes 可以在編輯內容時(支援所見即所得編輯器),讓您檢索文章、頁面和作者的屬性和自訂欄位,並將它們顯示在相應位置(轉置)。
如果您想在內容以外的其他地方顯示,您可以直接從 WordPress 佈景主題檔案使用 Enzymes。
您還可以使用存儲在檔案或自訂欄位中的可重複使用的代碼片段,即時格式化和修改任何轉置內容。
Enzymes 使您可以輕鬆地在網誌周圍重複使用您的內容的部分,只需引用即可。
以下是兩個小樣例,其前提條件如下:
* 你有一篇別名為postcard-from-barcelona的文章,有一個鍵為report,值為warm and sunny (Feb, 2008)的自訂欄位
* 在 ID 為 1 的文章中,您有一個鍵為標記,值為return '<span style="background-color:' . $this->substrate . ';">' . $this->pathway . '</span>';的自訂欄位
簡單的轉置:一篇文章的自訂欄位顯示在另一篇文章中
巴塞隆納的天氣總是 {[ @postcard-from-barcelona.report ]},所以我們大部分時間都待在室外。
送往瀏覽器的內容為:
巴塞隆納的天氣總是暖和且陽光充足(Feb,2008),所以我們大部分時間都待在室外。
簡單的評估:轉置一個自訂欄位,並用黃色標記突顯
巴塞隆納的天氣總是 {[ @postcard-from-barcelona.report | 1.marker( =yellow= ) ]},所以我們大部分時間都待在室外。
送往瀏覽器的內容為:
巴塞隆納的天氣總是<span style="background-color:yellow;">暖和且陽光充足(Feb,2008)</span>,所以我們大部分時間都待在室外。
Enzymes 手冊
我設置了一個頁面,內含有關 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 '' . $this->pathway . '';
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 warm and sunny (Feb, 2008) and we stayed outdoor most of the day.
Enzymes Manual
I’ve set up a page with all you need to know about Enzymes.
