advanced-post-list icon indicating copy to clipboard operation
advanced-post-list copied to clipboard

How to make a link?

Open jekos013 opened this issue 6 years ago • 2 comments
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

jekos013 avatar Sep 10 '19 20:09 jekos013

You can use [post_permalink] for retrieving the post url.

EkoJR avatar Sep 12 '19 12:09 EkoJR

[post_permalink] isn't working. It gives output as siteurl/[post_permalink] And WordPress Widget crashes the whole site.

vikcon avatar Jun 15 '20 13:06 vikcon