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

Relink

説明

Insert links to other posts in content as shortcode and render it with custom template.
Default template located at wp-content/plugins/relink/templates/readmore.php

スクリーンショット

  • Button in tinymce editor
  • Insert shortcode form
  • Default link template

FAQ

How to use custom template

Create filter “relink_template” and return path to your template.

Example, include template from my theme folder:

add_filter(‘relink_template’, function(){
return locate_template(‘templates/my-custom-relink-template.php’);
});

評価

1件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Relink” は2ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

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

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

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

変更履歴

1.2

  • Add version param to relink-tinymce plugin url

1.1

  • Add search post ID by post link

1.0

  • Initial release.