This members-only tutorial provides the steps to create an options page using Advanced Custom Fields, adding a logo image field in the Options page and sending the image's URL to Oxygen.
logo
Install and activate ACF and Code Snippets plugins.
Go to Snippets > Add New.
Title: ACF Options Page
Code:
if ( function_exists( 'acf_add_options_page' ) ) { acf_add_options_page(); }
Set it to run only in admin.
Go to Custom Fields > Add New.
Title: Sitewide
Add a logo image field with Image URL as the Return Value.
Set the group to appear on Options page.
Go to Options in the admin left menu and upload your desired logo image.
Snippets > Add New.
Title: Logo
This is a premium members-only content.
To view the rest of the content, please sign up for membership ($47/month or $399 one-time).
Already a member? Log in below or here.
Enter your email address to subscribe to this blog and receive notifications of new tutorials by email.
Join 487 other subscribers
Email Address
Subscribe
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.