Okay
  Public Ticket #803901
Advanced Custom Fields
Closed

Comments

  • Adam Hill started the conversation

    I have a simple question. I am working with a client on their site. I need to make Advanced Custom Fields for a template but the custom field tab is not on the left. Can I make my own custom fields with this theme or has that function been disabled?

  •  4
    Andres replied

    Hi, I recomend you to use css to hide the custom tab that comes with the theme and the use advanced custom fields to create newones. The ones you create you can rearrange them as you wish.

  • [deleted] replied

    Hi Adam,

    It is possible to add your custom fields, but you cannot modify the ones in our theme. To add your own fields, open this file:

    wp-content/themes/kalium/inc/acf-fields.php

    And delete this line:


    (view large version)

    Then you will be able to add your fields, after that revert that line again.

    This way it will work for you.