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

ਸਮੀਖਿਆਵਾਂ

Read all 1 review

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Relink” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Relink” has been translated into 2 locales. Thank you to the translators for their contributions.

“Relink” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.2

  • Add version param to relink-tinymce plugin url

1.1

  • Add search post ID by post link

1.0

  • Initial release.