Popis
WordPress‘ built-in text widget is great, but it’s not all that user-friendly. Space Manager let’s you use the familiar WordPress‘ post editor to create „Spaces“ and organize them into „Zones“. You can drop these Zones into any sidebar and customize how you want to display them.
Extending
This plugin can easily be extended. Check out Ad Space Manager to learn how to create your own extension of the Space Manager plugin.
Snímky obrazovky
Instalace
- Upload
space-manager
to the/wp-content/plugins/
directory - Activate the plugin through the ‚Plugins‘ menu in WordPress
- Under the Settings menu click on „Space Manager“
- Create a „Zone“
- Create a „Space“
- Under the Appearance menu click on „Widgets“
- Drag the „Space Manager“ widget to a sidebar
Recenze
Pro tento plugin nejsou žádné recenze.
Autoři
Space Manager je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Space Manager” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.2.2
Added more descriptive class names
Changed structure of output functions to make them more useful when overridden
Passed some helpful variables into filters
1.2.1
Made manager variable available to widget subclasses.
Added over-rideable spaceName and spaceContent functions.
1.2
Changed static reference to beforeZone, beforeSpace, beforeSpaceName, afterZone, afterSpace, afterSpaceName so that they can be overridden by sub classes.
1.1
Fixed problem that caused non administrators to be locked out of the admin
1.0
Initial plugin creation