Not Displaying
-
I installed ACF and added a custom field to a custom taxonomy.
I filled that field with the following text to test it.This is Arcane Movie Tees information.
I then added the provided code to my theme
<?php the_field( 'store_description' ); ?>
I even tried
<?php echo the_field( 'store_description' ); ?>
but it is not displaying on the front end.
Anybody know what I am doing wrong?
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Not Displaying’ is closed to new replies.