Title: Advanced Category Column
Author: tepelstreel
Published: <strong>mars 3, 2011</strong>
Last modified: februar 26, 2016

---

Search plugins

![](https://ps.w.org/advanced-category-column/assets/banner-772x250.png?rev=545787)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/advanced-category-column/assets/icon-128x128.png?rev=1016659)

# Advanced Category Column

 By [tepelstreel](https://profiles.wordpress.org/tepelstreel/)

[Download](https://downloads.wordpress.org/plugin/advanced-category-column.3.5.zip)

 * [Details](https://fao.wordpress.org/plugins/advanced-category-column/#description)
 * [Reviews](https://fao.wordpress.org/plugins/advanced-category-column/#reviews)
 *  [Installation](https://fao.wordpress.org/plugins/advanced-category-column/#installation)
 * [Development](https://fao.wordpress.org/plugins/advanced-category-column/#developers)

 [Support](https://wordpress.org/support/plugin/advanced-category-column/)

## Description

The Advanced Category Column is mainly designed to give your blog a bit more of 
a newspaper behavior. E.g. The plugin shows the latest posts from all categories
with an offset of three posts on your 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 sentences (or
words) of a post.

So far that is the same as my Category Column Plugin does also. Not every theme 
has the possibility to hide certain sidebars on different pages. That’s where the
advanced of our plugin comes in. In the ACC you can determine, where exactly the
widget is showing and in the settings you can customize the links of your widget(
s).

## Screenshots

 * [[
 * The plugin’s work on our homepage
 * [[
 * The widget’s settings section
 * [[
 * The plugin’s settings section

## Installation

 1. Upload the `advanced-category-column` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place and customize your widgets
 4. Customize your links in the settings

## FAQ

  The Widget doesn’t show on my site

Look at the source code of your site. If it says at one point,

‘Advanced Category Column Widget is not setup for this view.’

you can change the visibility of the widget in the widget’s settings according to
your choices.

  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.

  I styled the links of the widget differently, but the changes don’t show, what
now?

Most of the time you will have to use the styles like that:

‘font-weight: bold !important;
 color: #0000dd !important;’

Since some other stylesheets can have a higher priority, you will have to make your
styles more important in the hierarchy.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Advanced Category Column” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ tepelstreel ](https://profiles.wordpress.org/tepelstreel/)

[Translate “Advanced Category Column” into your language.](https://translate.wordpress.org/projects/wp-plugins/advanced-category-column)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/advanced-category-column/),
check out the [SVN repository](https://plugins.svn.wordpress.org/advanced-category-column/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/advanced-category-column/)
by [RSS](https://plugins.trac.wordpress.org/log/advanced-category-column/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 3.5

 * Framework adjusted
 * WP 4.5 ready

#### 3.4.2

 * WP 4.3 ready

#### 3.4.1

 * WP 4.2 ready

#### 3.4

 * Framework adjusted

#### 3.3

 * Framework adjusted
 * Made ready for Custom Login Page
 * Made rady for WP 4.1

#### 3.2.2

 * Mistake in image class fixed

#### 3.2.1

 * Interference with WordPress Page Widgets eliminated

#### 3.2

 * DSS is now compressible

#### 3.1

 * All ‘Divided by Zero’ errors should be eliminated

#### 3.0

 * More foolproof

#### 2.9

 * Adjusted framework; better ability to get images

#### 2.8.2

 * Instead of styling each individual widget, you can style now the whole class

#### 2.8.1

 * minor bugfix and image border added

#### 2.8

 * more responsive; Spanish translation added thanks to [Andrew Kurtis](http://www.webhostinghub.com/)

#### 2.7.5

 * Inner beauty not well working; bug fixed

#### 2.7.4

 * No bugfix, but inner beauty added 🙂

#### 2.7.3

 * more accurate and easy thumbnails in the widget
 * added the possibility to get unfiltered excerpt to avoid possible interferences
   with other plugins

#### 2.7.2

 * bug with title heading fixed

#### 2.7.1

 * bug fixed in the framework

#### 2.7

 * small changes in the framework
 * possibility to adjust the title heading

#### 2.6

 * added a possible post byline to the widget
 * some code streamlined

#### 2.5.1

 * small bugfix

#### 2.5

 * Great reduction of the payload by adding a cache to the plugin

#### 2.4

 * Adjusting the classes to be more like allrounders

#### 2.3

 * Complete overhaul of the code; it should be cleaner, some typos should have disappeared

#### 2.2

 * Added ability to get thumbnails also if using galleries
 * Uses now dss instead of writing a new css file, when saving the styles
 * More accurate auto excerpt

#### 2.1

 * Bugfix

#### 2.0

 * Minor bugfixes, check all function added

#### 1.5

 * The text-areas are now resizable and the input fields got smaller

#### 1.2

 * Bug with empty stylesheet on update fixed

#### 1.1

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

#### 1.0

 * Stable version with Dutch and German language files

#### 0.5

 * Public Beta and initial release

#### 0.3

 * Open Beta

## Meta

 *  Version **3.5**
 *  Last updated **10 ár ago**
 *  Active installations **30+**
 *  WordPress version ** 2.9 or higher **
 *  Tested up to **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/advanced-category-column/)
 * Tags
 * [category](https://fao.wordpress.org/plugins/tags/category/)[column](https://fao.wordpress.org/plugins/tags/column/)
   [newspaper](https://fao.wordpress.org/plugins/tags/newspaper/)[sidebar](https://fao.wordpress.org/plugins/tags/sidebar/)
   [widget](https://fao.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://fao.wordpress.org/plugins/advanced-category-column/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/advanced-category-column/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/advanced-category-column/reviews/)

## Contributors

 *   [ tepelstreel ](https://profiles.wordpress.org/tepelstreel/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/advanced-category-column/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BC9QUKBEZFZFY)