Relink

October 28, 2020

Relink Plugin

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

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

Screenshots

  1. Button in tinymce editor

    Button in tinymce editor

  2. Insert shortcode form

    Insert shortcode form

  3. Default link template

    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’);
});

Changelog

1.2

  • Add version param to relink-tinymce plugin url

1.1

  • Add search post ID by post link

1.0

  • Initial release.

Details

  • Version: 1.2
  • Active installations: 200
  • WordPress Version: 4.6
  • Tested up to: 5.5.15
  • PHP Version: 5.4

Ratings


5 Stars
4 Stars
3 Stars
2 Stars
1 Stars