वर्णन
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
नेहमी विचारले जाणारे प्रश्न
-
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’);
});
समीक्षा
योगदानकर्ते आणि विकसक
“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.