This Pro tutorial walks you through outputting the values of custom fields attached to an ACF Pro's Options page in Bricks builder.
We shall register a phone
text-type of field and a social
group-type of field having facebook
and twitter
text-type of custom fields.
Then output the value of the phone field in the header like this:
and the values of Facebook and Twitter fields inside the group as the URLs of the items in an Icon List element.
Step 1
Install and activate ACF Pro.
Create the Options page by adding the following in child theme's functions.php
:
// Add ACF options page.
if ( function_exists( 'acf_add_options_page' ) ) {
acf_add_options_page();
}
Add a new Field Group and create the fields mentioned near the beginning of the article.
You could alternately import this (mirror) field group from our test site.
Ensure that the Options page is selected in the Location meta box.
Step 2
Click on Options menu item in the admin menu and populate the fields.
Step 3
Edit your Header Template with Bricks.
Add a Container in the appropriate location in the structure that is going to be the parent Div for Icon and Basic Text elements.
This is a BricksLabs Pro tutorial.
For full access login below or create your BricksLabs Pro account