3
I’m having a problem with the plugin ACF (Advanced Custom Fields) for Wordpress, I even paid the $25 for the add-on Repeater Fields , but I don’t know if I made a good deal.
I looked at the documentation and it says I just need to enter the following code: <?php the_field('NOME DO CAMPO AQUI'); ?>
, but it doesn’t appear on the front end.
You’ve been through this trouble?
Here it works:
Here he no longer accepts the code:
I don’t use "templates", I write all HTML and insert PHP, I also try to use the minimum possible plugins.
To try to play and locate the problem you better show the actual code you are using and a screenshot of your Field setup in the backend. The igrossiter solution below is cool, I remember once having needed to use something similar. It’s been a while since I work with this, but I think the Repeater Fields has a different access mode. . . . Just to make a doubt: if you disable all other plugins and use a default theme, the problem continues?
– brasofilo
I disabled "all", yet it didn’t work. I’m inserting the prints below.
– Bruno Martins
Here it works: ! [insert image description here][1] ! [insert image description here][2] Here it no longer accepts code: ! [insert image description here][3] I don’t use "templates", write all HTML and insert PHP, I also try to use the minimum possible plugins. ! [inserir a descrição da imagem aqui][4]


 [1]: http://i.stack.imgur.com/mXDxz.jpg
 [2]: http://i.stack.imgur.com/b8dWJ.jpg
 [3]: http://i.stack.imgur.com/vlPzI.jpg
 [4]: http://i.stack.imgur.com/21mHD.jpg
– Bruno Martins
It’s better to post pure code than code images, using comments in HTML or PHP to indicate problematic points. And instead of adding information in the comments, [Edit]and the question to improve it.
– brasofilo
In your example (where you don’t accept code) I don’t see you using the Repeater Field syntax.
– brasofilo
I didn’t really use Repeater Field, I’m having trouble making the loop work so I tried an "alternative" that also didn’t work very well.
– Bruno Martins
Well, if the answer from igrossiter doesn’t solve the problem, or if you want to make the ACF work, I suggest you edit your question considering the following: What a person needs to reproduce their problem?
1)
Code that can be copied (not images) and where to insert it.2)
A display of your Field settings (yes images):/wp-admin/edit.php?post_type=acf
– brasofilo