Title: Posts By Category Widget
Author: volfro
Published: <strong>10 Dicembre 2013</strong>
Last modified: 17 Dicembre 2013

---

Ricerca i plugin

![](https://ps.w.org/widget-posts-by-category/assets/banner-772x250.png?rev=818185)

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/widget-posts-by-category_eec096.svg)

# Posts By Category Widget

 Di [volfro](https://profiles.wordpress.org/volfro/)

[Scarica](https://downloads.wordpress.org/plugin/widget-posts-by-category.1.0.4.zip)

 * [Dettagli](https://it.wordpress.org/plugins/widget-posts-by-category/#description)
 * [Recensioni](https://it.wordpress.org/plugins/widget-posts-by-category/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/widget-posts-by-category/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/widget-posts-by-category/#developers)

 [Supporto](https://wordpress.org/support/plugin/widget-posts-by-category/)

## Descrizione

This widget displays posts in the category, order, and quantity of your choosing.
It supports custom templates!

After installation, drag-and-drop the new “Category Widget” to a widget area, choose
the categories you wish to display, and tell it the order and quantity in which 
you wish to display them.

### Templates

The default template is just plain-ol’ HTML5, without any CSS; it’s meant to fit
right into any theme without modification.

However, if you’re a theme developer and you wish to use custom markup or WP functions
inside your template, here’s how to customize it:

 1. In the root of your theme’s directory, create a new file called `catswidget.php`(
    or copy `template.php` from `posts-by-cat-widget/views` to your theme’s root, and
    rename it `catswidget.php`, if you’d rather use the default as a starting point).
 2. Craft your loop. Just make sure you use the `$posts` variable, like this:`if ( 
    $posts -> have_posts() ) :
     while ( $posts -> have_posts() ) : $posts -> the_post();?
    > // Your markup here endwhile; endif;
 3. The widget is just a simple custom loop, so you’ll have access to whatever data
    WP_Query has access to inside the loop.

### TODO

 * Perhaps we could use it to query custom post types/taxonomies, not just Posts
 * Add hooks/filters
 * Add ability to extend admin

## Installazione

 1. Upload `posts-by-cat-widget` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the “Category Widget” in any of your sidebars/widget areas

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Posts By Category Widget” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Posts By Category Widget” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/widget-posts-by-category)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/widget-posts-by-category/)
segui il [repository SVN](https://plugins.svn.wordpress.org/widget-posts-by-category/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/widget-posts-by-category/)
tramite [RSS](https://plugins.trac.wordpress.org/log/widget-posts-by-category/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.4

 * Update to 3.8

#### 1.0.2

 * Plugin wasn’t installing properly in the WP dashboard…maybe updating its headers
   will fix the issue.

#### 1.0.1

 * Minor updates to readme

#### 1.0

 * Release

## Meta

 *  Versione **1.0.4**
 *  Ultimo aggiornamento **12 anni fa**
 *  Installazioni attive **80+**
 *  Versione WordPress ** 3.7 o superiore **
 *  Testato fino alla versione **3.7.41**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/widget-posts-by-category/)
 * Tag
 * [category](https://it.wordpress.org/plugins/tags/category/)[posts](https://it.wordpress.org/plugins/tags/posts/)
   [widget](https://it.wordpress.org/plugins/tags/widget/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/widget-posts-by-category/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  2 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/widget-posts-by-category/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/widget-posts-by-category/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/widget-posts-by-category/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/widget-posts-by-category/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/widget-posts-by-category/reviews/?filter=1)

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/widget-posts-by-category/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/widget-posts-by-category/)