Hi Jean,
I get the following error:
“Parse error: syntax error, unexpected T_STRING in /websites/LinuxPackage05/ct/9p/eh/ct9peh-95708.webfusion-hosting.co.uk/public_html/jr/wp-content/plugins/wp-rss-aggregator/includes/Aventura/Wprss/Core/Loader.php on line 3”
Thanks
Mark
I think I solved my own problem with:
<?php
$values = get_field( 'ticket_link' );
if(get_field('ticket_link')) {
echo '<a href="' . get_field('ticket_link') . '" class="button radius" target="_blank">Buy ticket</a>';
} else {
echo '<span class="no-tickets">Tickets not available yet</span>';
}
?>