该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Category Column

描述

The Category Column is mainly designed to give your blog a bit more of a newspaper behaviour. E.g. The plugin shows the latest posts from all categories with an offset of three posts (which are in the main column) on our homepage.

If there is a post thumbnail, it will be displayed above the headline of the post. No further text will appear. If there is no thumbnail, only the headline and the excerpt of the post will be shown. When the plugin can detect neither the thumbnail nor the excerpt of a post, it will display just the first couple of sentenses (or words) of a post.

The Category Column was tested up to WP 4.5. It should work with versions down to 2.9 but was never tested on those.

屏幕截图

  • The plugin’s work on our homepage
  • The widget’s settings section

安装

  1. Upload the category-coloumn folder to the /wp-content/plugins/ directory (I know, I made a spellingmistake on submission) 😉
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Place and customize your widgets
  4. 准备

常见问题

I styled the widget container myself and it looks bad. What do I do?

The styling of the widget requires some knowledge of css. If you are not familiar with that, try adding

padding: 10px;
margin-bottom: 10px;

to the style section.

My widget should have rounded corners, how do I do that?

Add something like

-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

to the widget style. This is not supported by all browsers yet, but should work in almost all of them.

My widget should have a shadow, how do I do that?

Add something like

-moz-box-shadow: 10px 10px 5px #888888;
-webkit-box-shadow: 10px 10px 5px #888888;
box-shadow: 10px 10px 5px #888888;

to the widget style to get a nice shadow down right of the container. This is not supported by all browsers yet, but should work in almost all of them.

评价

此插件暂无评价。

贡献者及开发者

“Category Column” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Category Column”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

4.5

  • WP 4.5 ready
  • New framework

4.4

  • WP 4.3 ready
  • New framework

4.3

  • WP 4.1 ready
  • New framework

4.2.2

  • Mistake in image class fixed

4.2.1

  • Interference with WordPress Page Widgets eliminated

4.2

  • DSS now compressible

4.1

  • All ‘Divided by Zero’ errors should be eliminated

4.0

  • Much better ability to recognize images, more foolproof and more flexible

3.9.1

  • adjustments in framework, possibility to add image border

3.9

  • more responsive, a new feature and changes in framework

3.8.1

  • bugfix with missing file

3.8

  • Adjustment of the framework and more functionality

3.7

  • Complete overhaul of the code
  • Hooks into the Ads Easy Plugin if Google AdSense Tags are in use

3.6

  • More accurate excerpt
  • Thumbnails work now also, when using galleries
  • Correct ‘alt’ and ‘title’ tags

3.5

  • The style textarea is now resizable and the input fields got smaller

3.2

  • Bugfix concerning title slugs; settings accessible from plugin page now

3.1

  • In case the sidebar containing the widget is displayed on single post pages, the post in the main column is not shown in the widget

3.0

  • The offset is now increasing with paginaition on the frontpage of the blog

2.9.8

  • Frontpage is taken instead of homepage now for more accurate working

2.9.7

  • Small bugfix with Thumbnail

2.9.6

  • German and Dutch translation added. Bugfix with Thumbnail for versions elder than 2.9

2.9.5

  • Better working of the excerpt now. If there is no post thumbnail defined, the first picture of the post is taken as such.

2.9.1

  • Small bugfix with the widget-style textarea and minor changes (widget is filled with default values at first use)

2.9

  • The Category Column is a fully customizable multi widget now

2.1

  • Plugin cleans the options database after itself on deinstallation (obsolete since version 2.9)

2.0

  • Customizable for a bit and initial release

1.0

  • Basic plugin for personal use