最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

Hidden field in acf

matteradmin12PV0评论

I want to have a “like” field for every post, this field supposes to hold the number of likes for every post. But the problem is i don’t want it to be visible when editing post and no one except my code can change it. How can i do this with acf ?

I want to have a “like” field for every post, this field supposes to hold the number of likes for every post. But the problem is i don’t want it to be visible when editing post and no one except my code can change it. How can i do this with acf ?

Share Improve this question asked Jun 22, 2018 at 10:45 AmiritionAmirition 3555 silver badges20 bronze badges 1
  • The whole point of ACF is to have visible fields for editing the post. Why do you need ACF? – Jacob Peattie Commented Jun 24, 2018 at 6:59
Add a comment  | 

1 Answer 1

Reset to default 1

Create a field group for just that field. In the Location panel under Rules, set Show this field group if to Current User Role is equal to Administrator - that way, your users won't see the field group but you still will (good for debugging).

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far