该插件尚未通过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

常见问题

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.