Loop custome fields without ID
-
Hi!
I want to loop custome field without ID. I tried
<?php the_field('title') ?>but it’s not working.$try = the_field(‘title’);
I tried
print_r($try);and it’s print bool(false).How can i loop the all ‘title’ field?
The topic ‘Loop custome fields without ID’ is closed to new replies.