這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Content Molecules

外掛說明

In the web marketing/publishing industry a content molecule is basically a piece of reusable content that can be placed throughout a website. Typically isolated in nature, they often appear in sidebars and margins. Applying this concept to the WordPress framework, you can create content that can be embedded anywhere shortcodes are processed. Taking the concept a little further, any number of custom attributes can be added to the usage of the shortcode, and those values can be embedded in the resulting output.

[m id=”slug” audience=”Student” product=”backpack”]

Will translate the following molecule:

Greetings {audience}!
Check out our new {product} today!

into this:

Greetings Student!
Check out our new backpack today!

Obviously a ridiculous example, but the flexibility remains the same regardless of the silly intent. Stop repeating content throughout your site only to have to re-edit those pieces in every location when you need to make a correction or update.

Molecules are a custom post type. After the plugin is activated a new section will appear in the left admin menu titled “Molecules.” There you can create and manage reusable pieces of content. As a bonus I have added the post slug to the list view for easy reference. If you embed a molecule in a post or page and the slug does not exist yet, it will create a draft for you to fill in later.

That’s about it for now, any input for future features is welcome.

Arbitrary section

安裝方式

  1. Upload the plugin contents to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress Admin
  3. You’re done!

常見問題集

Nobody has asked me anything so, as soon as they do I’ll add some points here!

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Content Molecules〉的開發相關工作。

參與者

將〈Content Molecules〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.3

  • Improved save performance: was calling reset transients twice on save.

1.2

  • Fixed two bugs: invalid var reference
    forgot to update the version tag for my last update 🙁

1.1

  • Fixed two bugs: potential overwrite of other custom properties added to view all list.
    loaded molecule specific filters are all custom post types.

1.0

  • Initial creation of plugin