Hidden field in acf

admin2025-04-26  7

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).

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745662612a312834.html

最新回复(0)