Linux 软件免费装

Multicolumn Category Widget

开发者 awelzel
更新时间 2025年12月14日 20:51
PHP版本: 3.6 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

widget category

下载

1.0.1 1.0.24 1.0.23 1.0.25 1.0.20 1.0.26 1.0.27 1.0.13 1.0.14 1.0.9 1.0.17 1.0.18 1.0.19 1.0.2 1.0.3 1.0.4 1.0.5 1.0.7 1.0.8 1.0.10 1.0.11 1.0 1.0.6 1.0.12 1.0.15 1.0.16 1.0.21 1.0.22

详情介绍:

This widget displays top level categories in multiple columns. After installation, just add the widget to desired sidebar or footer and optionally enter a custom title and the number of columns to be displayed. By default two columns are used, but you can set any number of columns you like in the backend. Also see details at http://arnowelzel.de/wp/en/projects/wordpress/multicolumn-category-widget.

安装:

  1. Extract the contents of the package to the /wp-content/plugins/multicolumn-category-widget directory
  2. 通过 WordPress 的的“Plugins”菜单激活插件

屏幕截图:

  • Example for the use in the frontend

升级注意事项:

1.0.17 This release adds no new functionality. It's just an update of the compatibility information for WordPress 4.5. 1.0.8 This release adds no new functionality. It's just an update of the compatibility information for WordPress 4.0. 1.0.1 This release adds new languages (French, Italian) and a translation template (pot). 1.0 First release.

常见问题:

How can I customize the style of the widget?

All styles can be found in css/frontend.css. Since these styles get overwritten when updating the widget, you should add the custom styles to your theme.

Is it possible to get more translations?

Generally the widget supports multiple languages - you can use Loco Translate to add more languages, if needed. If you want to provide a translation in your language which is missing yet, you're welcome to send me the po/mo files for the next update.

The categories are not displayed in multiple columns, why?

The layout uses multiple lists which are displayed next to each other using the CSS rule display:inline-block. This means: If there not enough room to display multiple columns (either because the sidebar of the template is too narrow or the available viewport of the device is very small), the browser will eventually fall back to show only a single column. But this is intentional to make sure that the category list is always completely visible - even on smaller screens or on narrow smaller sidebars - and won't break the layout of the template by using more room as available. In rare cases a template or a plugin changes the default behaviour of the WordPress core function the_widget(), which usually outputs widgets with their own CSS classes - in this case you might have to add your own styles based on the rules in css/frontend.css but without .widget_multicolumncategorywidget. However the better solution would be to check the template and/or other plugins, why the widget specific CSS classes are missing.

更新日志:

1.0.27 1.0.26 1.0.25 1.0.24 1.0.23 1.0.22 1.0.21 1.0.20 1.0.19 1.0.18 1.0.17 1.0.16 1.0.15 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0