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

Mindvalley Include Post Content

描述

This shortcode will allow you to include the content from any posts or pages.

Shortcode usage:

  • [mv_include id=’4′] (best for performance)
  • [mv_include slug=’the-post-slug’]
  • [mv_include path=’http://www.example.com/parent-page/sub-page/’]
  • [mv_include path=’parent-page/sub-page’]

The plugin also create a special post type that can be used for content that are for inclusion only.

螢幕截圖

  • Summary of Included Page
  • Summary of Included Page (with snippet)
  • Front-end Visual Tool

安裝

  1. Upload plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the shortcode in your editor

常見問題

What if the included content has shortcodes?

It will be executed as well. The returned content is passed through the ‘the_content’ filter.

Why [mv_include path] doesn’t work with post?

[mv_include path] only works with Pages. Why you say? I say … why not? :p

評價

There are no reviews for this plugin.

貢獻者及開發者

“Mindvalley Include Post Content” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Mindvalley Include Post Content 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.3.2

  • Remove short tag for servers that doesn’t support short tags. (Thanks to kvandekrol – https://wordpress.org/support/profile/kvandekrol)

1.3

  • Added custom hidden post type for content that are just for inclusion to prevent duplication in display (e.g. RSS).

1.2.2

  • Fix bug on metabox

1.2.2

  • Fix Include Content Metabox bug when visual editor is disabled

1.2.1

  • CSS bugs

1.2

  • Added support for page paths.
  • Added metabox to show summary of all included content on the page.
  • Added visual layer on front-end.

1.1

  • Added support for post / page slugs.

1.0

  • Initial Release.