

Advanced Custom Fields Options Page Addon v2.1.0
4.99$ Original price was: 4.99$.2.99$Current price is: 2.99$.
JNews Theme GPL v11.6.8 – WordPress Newspaper Magazine Blog AMP
EDD Purchase Limit Addon GPL v1.3.1
AdForest Theme GPL v5.1.9 – Classified Ads WP Theme
MemberPress Corporate Accounts GPL v1.5.35
The Advanced Custom Fields Options Page feature provides a set of functions to add extra admin pages to edit ACF fields! Each admin page can be fully customized (see code examples below), and sub admin pages can be created too!
- 1 Year Free Update.
- No hidden charges.
- 100% secure and verified downloads.
- Unlimited Domain Usage
- One-click instant downloads.
- We Purchase And Download From Original Authors
Advanced Custom Fields Options Page Overview
The options page feature provides a set of functions to add extra admin pages to edit ACF fields! Each admin page can be fully customized (see code examples below), and sub admin pages can be created too!
All data saved on an options page is global. This means it is not attached to any particular post or page, but is saved in the wp_options
table. This allows the data to be displayed on any page throughout the website (good for header and footer data)!
Requirements
To make use of the Advanced Custom Fields Options Page feature, you will need a copy of ACF PRO (ACF v5), or the options page add-on (ACF v4)
Basic Usage
To create an options page, simply open up your functions.php
file and add the following line of code:
FUNCTIONS.PHP
if( function_exists('acf_add_options_page') ) {
acf_add_options_page();
}
Without passing any parameters to this function, the default options page will be added to your wp-admin sidebar.
Advanced Usage
This example demonstrates how to create a customized options page with children.
FUNCTIONS.PHP
if( function_exists('acf_add_options_page') ) {
acf_add_options_page(array(
'page_title' => 'Theme General Settings',
'menu_title' => 'Theme Settings',
'menu_slug' => 'theme-general-settings',
'capability' => 'edit_posts',
'redirect' => false
));
acf_add_options_sub_page(array(
'page_title' => 'Theme Header Settings',
'menu_title' => 'Header',
'parent_slug' => 'theme-general-settings',
));
acf_add_options_sub_page(array(
'page_title' => 'Theme Footer Settings',
'menu_title' => 'Footer',
'parent_slug' => 'theme-general-settings',
));
}
Template Usage
All the API functions can be used with the “Options Page’s” fields. However, a second parameter is required to target the options page. This is similar to passing through a $post_id
to target a specific post object. This example demonstrates how to load a value from an options page. Continue reading: Get values from an options page
<?php the_field('header_title', 'option'); ?>
Notes
The ACF v4 Options Page add-on will automatically add the default options page, however, this is not the case in ACF PRO. If working with ACF PRO, you will need to add the default options page (if required) manually using the code above.
All functions mentioned above must be used before the action admin_menu
(priority 99) as this is when the options pages are added to WordPress.
Digital Products - Delivery Fast and Reliable
Our shipping system is a digital product delivery platform that allows you to instantly download your purchased items directly from your dashboard. All products available on our platform are licensed under the GPL (General Public License), ensuring flexibility and freedom to use, modify, and distribute the software as needed.
If you notice that a new update for a product is available but has not yet been reflected in our system, please don’t hesitate to contact us. We are committed to providing you with the latest versions and ensuring a seamless experience.
Instant Download System:
When you purchase a digital product, it is immediately available for download through your dashboard. This eliminates waiting times and provides instant access to your files.
GPL Licensing:
All products on the platform are GPL-licensed, meaning they are open-source. You have the freedom to use, modify, and share the software as per the terms of the GPL license.
Update Notifications:
While we strive to keep our system updated with the latest versions of products, there may be rare instances where an update is not immediately reflected. In such cases, we encourage users to contact us so we can address the issue promptly.
Customer Support:
Our team is available to assist with any questions or concerns regarding product updates, licensing, or technical issues. We aim to provide a smooth and reliable experience for all users.
This system is designed to ensure convenience, transparency, and accessibility for our customers while adhering to open-source principles.


MAECENAS IACULIS
Vestibulum curae torquent diam diam commodo parturient penatibus nunc dui adipiscing convallis bulum parturient suspendisse parturient a.Parturient in parturient scelerisque nibh lectus quam a natoque adipiscing a vestibulum hendrerit et pharetra fames nunc natoque dui.
ADIPISCING CONVALLIS BULUM
- Vestibulum penatibus nunc dui adipiscing convallis bulum parturient suspendisse.
- Abitur parturient praesent lectus quam a natoque adipiscing a vestibulum hendre.
- Diam parturient dictumst parturient scelerisque nibh lectus.
Scelerisque adipiscing bibendum sem vestibulum et in a a a purus lectus faucibus lobortis tincidunt purus lectus nisl class eros.Condimentum a et ullamcorper dictumst mus et tristique elementum nam inceptos hac parturient scelerisque vestibulum amet elit ut volutpat.
Reviews
There are no reviews yet.