Replies: 0
I’ve upgraded to premium and am interested in using our own php and ACF details to do something like this for each item in the grid:
<a href="<?php the_field('external_url') ; ?>" target="_blank"><?php the_field('external_url_text') ; ?></a> <br /></br><a href="<?php the_permalink(); ?>">Details</a>
Let me know if something like this is possible – I added the custom function to our file, but it didn’t seem to have any effect.
Thanks,
David
- This topic was modified 30 seconds ago by davidtauriello.