Skip to content

fourthdimension/acf-common-site-options

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACF Common Site Options

NOTE: This plugin only works with an installed active version of Advanced Custom Fields PRO v5. By itself, this plugin does NOTHING.

Example

You can display each field the same way you would display any other option page field:

<p><?php the_field('cso_contact_address_line1', 'option'); ?></p>

Read more about the Options Page here.

Fields

Contact Info

Label Name Field Type
Address Line 1 cso_contact_address_line1 text
Address Line 2 cso_contact_address_line2 text
City cso_contact_city text
State (includes all US states options) cso_contact_state select
Zip cso_contact_zip text
Phone Number cso_contact_phone text
Email cso_contact_email email
Social Media Links cso_social_links repeater
- Social Media Type* social_type select
- Social Media Url social_url url

Social Media Types include: Facebook, Twitter, Google Plus, LinkedIn, YouTube and Instagram

Contact Info Screenshot

Code Injection

Label Name Field Type
Head Code cso_code_head textarea
Footer Code cso_code_footer textarea

Code Injection Screenshot

Other Services

Label Name Field Type
Google Tag Manager Container ID cso_gtm_id text
Google Analytics ID cso_google_analytics_id text
Google Maps API key cso_google_maps_api_key text

Other Services Screenshot


Maintained by @martylouis

About

A pre-built Advanced Custom Fields Options Page, ready for development on any theme.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 60.1%
  • CSS 39.9%