WP Manifestindependent plugin directory
manifest / content / acf-common-site-options

ACF Common Site Options archived

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

by Marty Thierry · github.com/martylouis/acf-common-site-options · website

7stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/martylouis/acf-common-site-options/archive/refs/heads/master.zip

Declares an update source (https://github.com/martylouis/acf-common-site-options), so updates arrive through the plugin's own updater.

From the readme

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: Read more about the Options Page here. Fields Contact Info |Label | Name | Field Type | |---|---|---| |Address Line 1|csocontactaddressline1|text| | Address Line 2 | csocontactaddressline2 | text | | City | csocontactcity | text | | State (includes all US states options) | csocontactstate | select | | Zip | csocontactzip | text | | Phone Number | csocontactphone | text | | Email | csocontactemail | email | | Social Media Links | csosociallinks | repeater | | - Social Media Type | socialtype | select | | - Social Media Url | socialurl | url | Social Media Types include: Facebook, Twitter, Google Plus, LinkedIn, YouTube and Instagram ![Contact Info Screenshot][contactinfo] Code Injection |Label | Name | Field Type | |---|---|---| | Head Code | csocodehead | textarea | | Footer Code | csocodefooter | textarea | ![Code Injection Screenshot][codeinjection] Other Services |Label | Name | Field Type | |---|---|---| | Google T

Read the full README on GitHub →