Descripció
The WordPress customizer is an amazing tool that developers can use to make their themes easily customizable by their users.
However, creating fields for it requires quite a bit of coding, and lots of trips to the Codex. WPCUI uses a user-friendly design
to allow the developer to create sections and controls, and get on to what really matters… creating amazing websites!
Captures
Instal·lació
- Upload the plugin files to the
/wp-content/plugins/wpcui
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Navigate to the Customizer UI page found on the left of the admin panel
- Create a new section by naming it
- Create any controls for the section. Give each control an ID.
- Utilize the controls in your theme code by pulling the saved value for the control. ie. get_theme_mod(‘control_id’)
Ressenyes
Col·laboradors i desenvolupadors
«Customizer UI» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Customizer UI” s’ha traduït a 1 configuració regional. Gràcies als traductors per les seves aportacions.
Traduïu «Customizer UI» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.1.0
- New page to set a global control id prefix
- New Section Manager page which allows for changing priorities of all sections, including core sections
- Section Manager also allows the user to change the visibility of any section, including core sections
- Main customizer builder page now has a ‘duplicate’ button on each section, allwing the user to completely duplicate a section and all controls within.
1.0.2
- Minor updates to fix information on plugin listing
1.0.1
- First public release!