Hi
I am new to WP and ACF so please excuse me if this is a dumb question.
I have a small listing-type block on a website that displays editorial titles which when clicked I want a new browser to open and the resulting page display the external page related to the clicked title.
I have created a ACF URL field called title_link but have totally gone blank and just can’t seem to get the code and ACF call right –
<?php echo $this->get_title($title_length);?>
<h3 class=”entry-title td-module-title”>post->ID);>” rel=”bookmark” title=”<?php echo get_the_title( $this->post->ID );?>”></h3>
Any and all help greatly appreciated.
Best Wishes
Gary