Getting started with Fields

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 […]

Read More

Border

The Border field is a great way to set the border properties of any HTML object that supports the border property. Arguments Name Type Default Description type string ‘border’ Value identifying the field type. id string Unique ID identifying the field. Must be different from all other field IDs. title string Displays title of the […]

Read More

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 […]

Read More

Typography

The Redux Typography field in second-to-none when it comes to framework typography options.  It’s often copied but never duplicated!  Google fonts, font preview, color-picket, letter & word spacing, styles & weight selection, and much, much more! Arguments Name Type Default Description type string ‘typography’ Value identifying the field type. id string Unique ID identifying the […]

Read More