描述
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
螢幕截圖
常見問題
-
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’);
});
評價
2017年9月18日
Простой плагин, сделан для разработчиков. Позволяет просто вставить в статью ссылку на другой пост в своем шаблоне и дизайне
貢獻者及開發者
修改日誌
1.2
- Add version param to relink-tinymce plugin url
1.1
- Add search post ID by post link
1.0
- Initial release.