advanced-post-list
advanced-post-list copied to clipboard
How to make a link?
trafficstars
Hello dear developers!
Your plugin is really best for lists creation!
But I'm a novice. Can you help me? I try to make links to posts.
This is a code. But it does't works.
<a href="<?php echo get_permalink([ID]); ?>">[post_title]</a>
Maybe I can do it without PHP ? But i can't find the shortcode for post links
You can use [post_permalink] for retrieving the post url.
[post_permalink] isn't working. It gives output as siteurl/[post_permalink] And WordPress Widget crashes the whole site.