Title: Advanced Category Column
Author: tepelstreel
Published: <strong>3 de Marzo, 2011</strong>
Last modified: 26 de Febreiro, 2016

---

Buscar plugins

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

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Advanced Category Column

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

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

 * [Detalles](https://gl.wordpress.org/plugins/advanced-category-column/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/advanced-category-column/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/advanced-category-column/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/advanced-category-column/#developers)

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

## Descrición

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).

## Capturas

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

## Instalación

 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

## Preguntas frecuentes

  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.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Advanced Category Column” é un software de código aberto. As seguintes persoas 
colaboraron con este plugin.

Colaboradores

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

[Traduce “Advanced Category Column” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/advanced-category-column)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/advanced-category-column/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/advanced-category-column/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/advanced-category-column/)
por [RSS](https://plugins.trac.wordpress.org/log/advanced-category-column/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 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

 *  Versión **3.5**
 *  Última actualización **Fai 10 anos**
 *  Instalacións activas **30+**
 *  Versión de WordPress ** 2.9 ou superior **
 *  Probado ata **4.5.33**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/advanced-category-column/)
 * Etiquetas
 * [category](https://gl.wordpress.org/plugins/tags/category/)[column](https://gl.wordpress.org/plugins/tags/column/)
   [newspaper](https://gl.wordpress.org/plugins/tags/newspaper/)[sidebar](https://gl.wordpress.org/plugins/tags/sidebar/)
   [widget](https://gl.wordpress.org/plugins/tags/widget/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/advanced-category-column/advanced/)

## Valoracións

 5 de 5 estrelas

 *  [  1 valoración de 5 estrelas     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/advanced-category-column/reviews/?filter=1)

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/advanced-category-column/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/advanced-category-column/)

## Doar

Queres apoiar o progreso deste plugin?

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