Support

Account

Home Forums General Issues Field does not display for custom taxonomy Reply To: Field does not display for custom taxonomy

  • I have the same problem. Im just add new field in category with name “newtext” and using the following code to display in index.php file
    <p><?php the_field('newtext'); ?></p>
    and nothing shows up. May be anybody can help?