Fields are blocks of arrays that represent the individual options within a specific options panel, set via a Sections array. The Section array contains an argument titled fields, which accepts an array, or several blocks of arrays, separated by commas. This is where all field arrays are place. A basic example is shown below. For […]
Articles Tagged: background
Using the Output Argument
Using the output argument in fields that support it is a great way to generate dynamic CSS for those fields on the front-end of your WordPress site. Redux will take the values for those fields, generate the appropriate CSS selectors, elements, and values and place them at the bottom of the page’s <HEAD> section. This […]