19 Feb 13

- Tagged in "How To" / Page 3 -

Disable Custom Fields Editing on a Live Site

Overview When delivering a website to a client, it may be beneficial to hide the “ACF” menu item. This prevents your client from changing or deleting fields and keeps the site running smoothly. This doc details three methods for hiding the ACF menu: Hiding the menu for all users on every site. Hiding the menu […]

Continue Reading

19 Feb 13

Create a front end form

This article will cover how to create a form on the front end of your website to add or edit content. Two functions are available to create a working form in a template file. Name Description acf_form_head() This function is placed at the t... Continue Reading