Support

Account

Home Forums General Issues Show text field data in footer(get_footer) Reply To: Show text field data in footer(get_footer)

  • Is the issue with your code:

    
    $instance['87']
    

    Shouldn’t it jst be 87?

    As in

    
    <?php the_field('facebook_url',87); ?>