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!
๐ ACF & ACF PRO 6.0.7 are now available.
— Advanced Custom Fields (@wp_acf) January 18, 2023
โจThis release contains bug fixes and improvements while we continue to work on the next major release of ACF.https://t.co/wQgAOpwmUI
© 2023 Advanced Custom Fields.
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 Cookie Policy. If you continue to use this site, you consent to our use of cookies.