Beschrijving
Using Homepage Control, any theme which uses a “homepage” (or other) hook to display components on a homepage, just got better. Re-order or disable any of the homepage components added by your theme, and control the display and order of any function hooked on to the “homepage” hook.
Looking for a helping hand? View plugin documentation.
Gebruik
Once activated, a “Homepage Control” item will display in the Theme Customizer ( Appearance > Customizer ).
Visiting this screen will display a table of the possible homepage components, with options for re-ordering them, or disabling individual components.
Once done, click the “Save Changes” button, to commit your new component order into the system.
Schermafdrukken
Installatie
Installing “Homepage Control” can be done either by searching for “Homepage Control” via the “Plugins > Add New” screen in your WordPress dashboard, or by using the following steps:
- Download the plugin via WordPress.org.
- Upload the ZIP file through the “Plugins > Add New > Upload” screen in your WordPress dashboard.
- Activeer de plugin via het ‘Plugins’ menu in WordPress
- Visit the “Appearance > Customizer” section, select “Homepage Control”. There you can select the components you’d like to display, and in which order.
FAQ
-
No components show up in the administration area. Is my theme broken?
-
Helemaal niet. Dit bekent dat je thema de “homepage” actie haak niet ondersteunt. Dit is een manier om componenten toe te voegen aan een homepage ontwerp.
Please consult your theme developer if you have further queries about customising your homepage.
-
Wat gebeurt er als ik van thema wissel? Verlies ik mijn instellingen?
-
Not at all. 🙂 If you switch themes, Homepage Control will remember the homepage component settings for each theme you apply changes to, making switching themes a breeze.
-
Hoe draag ik bij?
-
We encourage everyone to contribute their ideas, thoughts and code snippets. This can be done by forking the repository over at GitHub.
Beoordelingen
Bijdragers & ontwikkelaars
“Homepage Control” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Homepage Control” is vertaald in 9 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Homepage Control” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
2.0.3
- 2018-02-21
- PHP 7 fix for count() usage on arrays.
2.0.2
- 2016-08-24
- Minor tweaks to customizer control.
2.0.1
- 2015-06-01
- Make sure only components that actually exist are outputted to the customizer control (props valendesigns).
- Hide by default components added after the initial setup.
2.0.0
- 2015-04-28
- Removed custom admin page and moved Homepage Control to the WordPress Customizer in Appearance > Customizer.
1.0.1
- 2014-11-21
- Improved handling of functions hooked in via classes.
1.0.0
- 2014-03-18
- Initial release. Woo!