Forums
(@pelagic)
12 years, 2 months ago
Hi Sorry, this is now resolved.
If you wanted to create a custom url, you would use. $post_link = get_field('url_link');
$post_link = get_field('url_link');
The get_field('url_link'); is a custom field with the ACF plugin.
The get_field('url_link');
Hope someone finds this useful