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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.