Site logo

Archived topic

ACF & Elements Hook

3 replies · Started by jon on October 18, 2020

Viewing posts 1–4 of 4

Hi Tom + Crew

Ive created ACF titled ‘Onlyfans’, displayed via a hook, I’d like to display the Post Title combined with the button title i.e Post Title + OnlyFans = Haydies OnlyFans, can you advise?

<?php 
$link = get_field('onlyfans');
if( $link ): ?>
    <a class="button" href="<?php echo esc_url( $link ); ?>">Post-Title Here Onlyfans</a>
<?php endif; ?>

Thanks

Hi there,

you can include the <?php the_title(); ?> in your button text.

Perfect 👍

You're welcome

This archived topic is closed to new replies.