15 People watching this product now!
Advanced Custom Fields Repeater Field Addon v2.1.0 Original price was: $4.99.Current price is: $2.99.
Back to products
AffiliateWP PayPal Payouts Addon GPL v1.4.2 Original price was: $4.99.Current price is: $2.99.

Advanced Custom Fields Options Page Addon v2.1.0

Original price was: $4.99.Current price is: $2.99.

SKU: 9 2 6 3 5 Category:

Sylvia Theme GPL v1.3.1 – Special Template for Education and Online Courses

Original price was: $58.64.Current price is: $3.49.
Sylvia Theme GPL – Powerful and feature-rich theme to create educational portals, online courses, personal coaching, training websites. Unlimited Website Usage

Kalium Theme GPL v3.19 – Creative Theme for Professionals

Original price was: $119.00.Current price is: $4.99.
Kalium Theme GPL – is a creative WordPress theme that will showcase your Portfolio, Agency, Photography, Travel Agency, Corporate, Business ETC..

Attorna Theme GPL v2.0.7 – Law, Lawyer & Attorney Wp Websites

Original price was: $66.00.Current price is: $3.49.
Attorna Theme GPL is a clean responsive WordPress theme, especially for Law firms, Law Advisers, Legal Officers, Barristers, Consultancy, Finance, solicitors,

FluentBooking Pro GPL v1.6.0 – The Ultimate WordPress Scheduling Plugin | Fluent Booking

Original price was: $61.50.Current price is: $3.49.
FluentBooking Pro GPL – FluentBooking is the ultimate solution for booking appointments, meetings, webinars, events, sales calls, and more. Unlimited Website

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.

Reviews

There are no reviews yet.

Be the first to review “Advanced Custom Fields Options Page Addon v2.1.0”

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

Digital Products - Delivery Fast and Reliable

We offer expedited online delivery; please contact us if you encounter any problems.

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.

Boodo WP Theme GPL v3.0 – Food and Magazine Shop WordPress Theme

Original price was: $59.00.Current price is: $3.49.
Whether you’re a blogger or a company trying to share recipes or personal blog posts, you’ll need to get started

RyanCV Resume WordPress Theme GPL v3.7.3

Original price was: $59.00.Current price is: $3.49.
RyanCV Resume WordPress Theme GPL is best suited for developers, designers, programmers, freelancers, writers, lawyers, musicians, trainers, photographers, or any other

Majesty Theme GPL v2.0.7 – Restaurant WooCommerce WordPress Theme

Original price was: $59.00.Current price is: $3.49.
Majesty Theme GPL  – Imagine what you can do with Majesty for your website, MultiPurpose or One Page. Majesty is a specialist

Pizzaro Theme GPL v3.2.3 – Fast Food & Restaurant WooCommerce Theme

Original price was: $59.00.Current price is: $3.49.
Pizzaro Theme GPL– Fast Food & Restaurant WooCommerce Theme is a modern, functional, and clean layouts design with premium attention

RELATED PRODUCTS