Ovaj dodatak nije testiran s najnovija 3 glavna izdanja WordPress-a. Možda se više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada se koristi sa novijim verzijama WordPress-a.

Relink

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

Slike ekrana

  • Button in tinymce editor
  • Insert shortcode form
  • Default link template

ČPP

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

Recenzije

Read all 1 review

Saradnici i programeri

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

Doprinositelji

“Relink” je prijeveden na 2 dijalekta. Zahvala prevodiocima za njihov doprinos.

Prevedi “Relink” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.2

  • Add version param to relink-tinymce plugin url

1.1

  • Add search post ID by post link

1.0

  • Initial release.