This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of 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.