Support

Account

Home Forums Add-ons Options Page the_field from custom options page Reply To: the_field from custom options page

  • Hi @dfoley23

    If that is the case, it’ll be simpler if you wrap it from your templates. You can use a code like this when you want to show the number:

    <span><?php the_field(‘name_of_field’,’options’); ?></span>

    Hope this helps!