Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
themes

Create a General Settings Page with ACF

Create a General Settings Page with ACF — Featured

Create a General Settings Page with ACF — a practical guide to Create a General Settings Page with ACF themes tutorial with clear examples you can reuse in real projects.

Create a custom General Settings page using Advanced Custom Fields (ACF) to manage global theme options from the WordPress admin panel.

/* create general setting tab */
if(function_exists(‘acf_add_options_page’)){
acf_add_options_page (array(
‘page_title’=>’General Setting’,
‘menu_title’=>’General Setting’,
‘menu_slug’=>’theme-general-settings’,
‘capability’=>’edit_posts’,
‘redirect’ => false
));
}

Leave a reply

Your email address will not be published. Required fields are marked *