Përshkrim
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
Foto ekrani
PBR
-
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’);
});
Shqyrtime
Kontribues & Zhvillues
“Relink” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.
Kontribues“Relink” është përkthyer në 2 gjuhë. Faleminderit përkthyesve për ndihmesën e tyre.
Përkthejeni “Relink” në gjuhën tuaj.
Ju intereson zhvillimi?
Shfletoni kodin, shkarkoni depon SVN, ose pajtohuni përmes RSS-je te regjistri i zhvillimeve.
Regjistër ndryshimesh
1.2
- Add version param to relink-tinymce plugin url
1.1
- Add search post ID by post link
1.0
- Initial release.