Support

Account

Home Forums General Issues ACF in Theme not working properly Reply To: ACF in Theme not working properly

  • @edir did that change anything? I’m asking because I’ve got the same problem and tried to update to the latest version from github. 🙂


    @elliot
    the docs say you need at least Options Page 1.1.0 for

    if( function_exists('acf_add_options_sub_page') )
    {
        acf_add_options_sub_page( 'Footer' );
    }
     
    /*
    *  Create an advanced sub page called 'Footer' that sits under the General options menu
    */
     
    if( function_exists('acf_add_options_sub_page') )
    {
        acf_add_options_sub_page(array(
            'title' => 'Footer',
            'parent' => 'options-general.php',
            'capability' => 'manage_options'
        ));
    }

    to be effective but the plugin says there are no updates and we’re currently on 1.0.