Opis
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
Zrzuty ekranu
Najczęściej zadawane pytania
-
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’);
});
Recenzje
Kontrybutorzy i deweloperzy
„Relink” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „Relink” została przetłumaczona na 2 języki. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “Relink” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.2
- Add version param to relink-tinymce plugin url
1.1
- Add search post ID by post link
1.0
- Initial release.