Beschreibung
Sometimes when you divide up your WordPress content into categories it all ends up in sub-categories of one or two main categories that don’t have any content themselves.
With the widget you can add a list of sub-categories even if the parent doesn’t have posts.
You can display and filter sub-categories in various ways:
- Use the parent category as the widget title
- Show post counts in bracket next to the name
- Hide empty sub-categories
- Add a link to the parent category to the widget title
- Show the full sub-category tree so it include sub-sub categories and so on as well
- Display the list as dropdown rather than as links
- Use the first category of the current post as the parent
- Exclude one or more sub-categories from the list
- List the categories in reverse order
Installation
Installing is pretty easy and takes only a minute or two:
-
Upload ’sub-category-widget‘ directory to your ‚/wp-content/plugins/‘ directory.
-
Aktiviere das PlugIn über die Plugin-Verwaltung in WordPress.
-
On the ‚Widgets‘ sub-menu of ‚Appearance‘ you will find a new widget type called ‚Sub Category‘.
-
Add one or more of these to your themes widget display areas.
-
For each widget you add, decide what and how you’d like it to display.
-
Save your settings.
Rezensionen
Mitwirkende & Entwickler
„Sub Categories Widget“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
Mitwirkende„Sub Categories Widget“ wurde in 1 Sprache übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.
Übersetze „Sub Categories Widget“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
1.5.2
- Changed dropdown url function from get_option to get_home_url for compatibility with WPML
1.5.1
- Fixed issue with a php7.2 depreciation during plugin activation (bug fix)
1.5
- Added an option to display the categories in reverse order
- Added the ability to change the selection label text of the dropdown list
1.4.1
- Fixed missing parent category notice on pages when using irst category of the post option
1.4
- Added an option to use the first category of the post as the parent
- Improved and updated sanitation and validation
1.3.01
- Updated the dropdown to be in name order (to match the list)
1.3
- Added option to show as dropdown list
- Tidy of widget options area
1.2
- Added ability to exclude categories (with a comma delimited list)
- Added option to show the entire sub-category tree rather than just one level
1.1
- Highlights the current category if on a category archive page (use .current-cat to style)
1.0
- First Production Release
0.1
- Erste Version