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

Template Part Shortcode

説明

Template parts are reusable snippets of code stored in your theme directory. Normally, they are called by other template files using the get_template_part() function. This plugin creates a shortcode for calling template parts from the body of a post.

Shortcode usage is: [template part=”somepart”].

Template parts must be stored in a “parts” folder within your theme directory.

If you use custom loops in your template parts, remember to use “reset_query” at the end to return the page to normal.

インストール

  1. Install and activate the plugin, in the normal way;
  2. In your theme directory, create a subfolder called “parts”;
  3. Create your template part and save it into the “parts” directory — ie. parts/somepart.php;
  4. In your post Content, call the part via [template part=”somepart”]

That’s it!

評価

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

貢献者と開発者

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

貢献者

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

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

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