开发者 | jitendra5984 |
---|---|
更新时间 | 2014年5月18日 16:34 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.3 |
[pagelink id="123"][/pagelink]
Result: <a href="http://yoursite.com/page-link/">Page/Post Title</a>
Link with custom page/post title
Shortcode: [pagelink id="456"]Custom Title[/pagelink]
Result: <a href="http://yoursite.com/page-link/">Custom Title</a>
YES. We have used very basic functions of wordpress to make this plugin, So their would be no issue of compatibility with any verison of wordpress. We have already tested it with wordpress latest versions.
NO. We have used very unique function name and shortcode title. After a lots of research and study we saw that developer uses very common names of functions in plugins development which create contridition with other working plugins of wordpress. For making it hassle free we have used very unique names of function.