Title: Portfolio Post Type
Author: Devin Price
Published: <strong>26 Agosto 2011</strong>
Last modified: 29 Agosto 2020

---

Ricerca i plugin

![](https://ps.w.org/portfolio-post-type/assets/banner-772x250.jpg?rev=2904059)

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://ps.w.org/portfolio-post-type/assets/icon-256x256.png?rev=2904059)

# Portfolio Post Type

 Di [Devin Price](https://profiles.wordpress.org/downstairsdev/)

[Scarica](https://downloads.wordpress.org/plugin/portfolio-post-type.1.0.1.zip)

 * [Dettagli](https://it.wordpress.org/plugins/portfolio-post-type/#description)
 * [Recensioni](https://it.wordpress.org/plugins/portfolio-post-type/#reviews)
 *  [Installazione](https://it.wordpress.org/plugins/portfolio-post-type/#installation)
 * [Sviluppo](https://it.wordpress.org/plugins/portfolio-post-type/#developers)

 [Supporto](https://wordpress.org/support/plugin/portfolio-post-type/)

## Descrizione

This plugin registers a custom post type for portfolio items. It also registers 
separate portfolio taxonomies for tags and categories. If featured images are selected,
they will be displayed in the column view.

This plugin doesn’t change how portfolio items are displayed in your theme. You’ll
need to add templates for archive-portfolio.php and single-portfolio.php if you 
want to customize the display of portfolio items.

## Installazione

Just install and activate.

## FAQ

### How can I display portfolio items differently than regular posts?

You will need to get your hands dirty with a little code and create a archive-portfolio.
php template (for displaying multiple items) and a single-portfolio.php (for displaying
the single item).

### Why did you make this?

To allow users of Portfolio Press to more easily migrate to a new theme. And hopefully,
to save some work for other folks trying to set a portfolio.

### Is this code on GitHub?

Of course: [https://github.com/devinsays/portfolio-post-type](https://github.com/devinsays/portfolio-post-type)

## Recensioni

![](https://secure.gravatar.com/avatar/24c0b2a612c9a2ff402ca246005b4e10d1680a641880d3ff7dc4bc7c26c8f0a4?
s=60&d=retro&r=g)

### 󠀁[Simple and Effective](https://wordpress.org/support/topic/simple-and-effective-948/)󠁿

 [Hasan](https://profiles.wordpress.org/hasanlebaesa/) 18 Gennaio 2019

This is an ideal simple plugin if you want to display a portfolio. Very useful. 
Thanks…

![](https://secure.gravatar.com/avatar/e3f333e2f4bc3ffe4896f6a9890e12b7e4a4425eec1f1cb706be18479caa094f?
s=60&d=retro&r=g)

### 󠀁[Плагин, то что нужно. Простой.](https://wordpress.org/support/topic/%d0%bf%d0%bb%d0%b0%d0%b3%d0%b8%d0%bd-%d1%82%d0%be-%d1%87%d1%82%d0%be-%d0%bd%d1%83%d0%b6%d0%bd%d0%be-%d0%bf%d1%80%d0%be%d1%81%d1%82%d0%be%d0%b9/)󠁿

 [kirstudio14](https://profiles.wordpress.org/kirstudio14/) 17 Dicembre 2018

Спасибо за отличный и простой плагин. Спасибо за перевод на русский язык

![](https://secure.gravatar.com/avatar/b94b31f02eccdfad866c4d025244b72bc42d0a4e4b7de8fe787fa894d4b214dd?
s=60&d=retro&r=g)

### 󠀁[no shortcode](https://wordpress.org/support/topic/no-shortcode-15/)󠁿

 [doanvantho](https://profiles.wordpress.org/doanvantho/) 6 Giugno 2018

no shortcode

![](https://secure.gravatar.com/avatar/f9f24128d315daef3cfd2370f1295f3a8bd614abe60991a946a5bf5ed1270d2c?
s=60&d=retro&r=g)

### 󠀁[Just what I needed](https://wordpress.org/support/topic/just-what-i-needed-505/)󠁿

 [asw](https://profiles.wordpress.org/astreetweb/) 3 Settembre 2016

I wanted a portfolio that was sortable into catgories, could display multiple images
and was customizable. I tried a bunch of others and most were just awful. This one
fits the bill perfectly. I am happy. Thanks!

 [ Leggi tutte le recensioni di 15 ](https://wordpress.org/support/plugin/portfolio-post-type/reviews/)

## Contributi e sviluppo

“Portfolio Post Type” è un software open source. Le persone che hanno contribuito
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Devin Price ](https://profiles.wordpress.org/downstairsdev/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

“Portfolio Post Type” è stato tradotto in 14 lingue. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/portfolio-post-type/contributors)
per il contributo.

[Traduci “Portfolio Post Type” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/portfolio-post-type)

### Ti interessa lo sviluppo?

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

## Changelog

#### 1.0.1

 * Update: Show portfolio icon in dashboard glance. Removed by mistake in v1.0.0,
   props @chesio for bug report.
 * Update: Fix for PHP 7.4.9 notices

#### 1.0.0

 * Update: WordPress 5.0 Editor Support (props @simube)
 * Update: Use filter rather than action for dashboard glance (props @chesio)

#### 0.9.3

 * Fix notice in dashboard when used with PHP7
 * Fix notice on specific screens when $screen variable not available

#### 0.9.2

 * Update post type messages for WordPress 4.4

#### 0.9.1

 * Updated translation file
 * Fixes issue with thumbnail support in some themes

#### 0.9.0

 * Remove legacy support for icons
 * Gamajo_Registerable interface and classes

#### 0.8.2

 * Updated .pot file for translations
 * Portuguese translation by Pedro Mendonça

#### 0.8.1

 * Fix for developer notices on admin pages

#### 0.8.0

 * Fix for taxonomy body classes on portfolio posts

#### 0.7.0

 * Code refactor by @garyj
 * Update icons for WordPress 3.8

#### 0.6.2

 * Fix for portfolio post type search in the dashboard. Props @pdme.
 * Minor code improvement for taxonomy body class filter. Props @garyj.

#### 0.6.1

 * Taxonomy body classes when is_single(), fixes debug notices

#### 0.6

 * Added @garyj as a contributor (Welcome!)
 * Updated to proper coding standards
 * Updated inline documentation
 * New filters for taxonomy arguments
 * Added body classes for custom taxonomy terms
 * Refactored code to be more DRY
 * Added not_found label to portfolio tag taxonomy
 * Updated translations.pot

#### 0.5

 * Use show_admin_column for taxonomies (https://make.wordpress.org/core/2012/12/
   11/wordpress-3-5-admin-columns-for-custom-taxonomies/) rather than a custom function
 * Add author field custom post type
 * Allows $args to be filtered (https://github.com/devinsays/portfolio-post-type/
   issues/8)

#### 0.4

 * Update to use classes
 * Update supports to include custom fields and excerpts

#### 0.3

 * Added category to column view
 * Added portfolio count to “right now” dashboard widget (props @nickhamze)
 * Added contextual help on portfolio edit screen (props @nickhamze)
 * Now flushes rewrite rules on plugin activation

#### 0.2

 * Fixes for portfolio tag label
 * Fixes for column display of portfolio items

#### 0.1

 * Initial release

## Meta

 *  Versione **1.0.1**
 *  Ultimo aggiornamento **6 anni fa**
 *  Installazioni attive **50.000+**
 *  Versione WordPress ** 3.8 o superiore **
 *  Testato fino alla versione **5.5.18**
 *  Lingue
 * [Catalan](https://ca.wordpress.org/plugins/portfolio-post-type/), [Czech](https://cs.wordpress.org/plugins/portfolio-post-type/),
   [Dutch](https://nl.wordpress.org/plugins/portfolio-post-type/), [English (Canada)](https://en-ca.wordpress.org/plugins/portfolio-post-type/),
   [English (UK)](https://en-gb.wordpress.org/plugins/portfolio-post-type/), [English (US)](https://wordpress.org/plugins/portfolio-post-type/),
   [French (France)](https://fr.wordpress.org/plugins/portfolio-post-type/), [German](https://de.wordpress.org/plugins/portfolio-post-type/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/portfolio-post-type/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/portfolio-post-type/),
   [Russian](https://ru.wordpress.org/plugins/portfolio-post-type/), [Spanish (Chile)](https://cl.wordpress.org/plugins/portfolio-post-type/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/portfolio-post-type/), [Spanish (Venezuela)](https://ve.wordpress.org/plugins/portfolio-post-type/),
   e [Swedish](https://sv.wordpress.org/plugins/portfolio-post-type/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/portfolio-post-type)
 * Tag
 * [portfolio](https://it.wordpress.org/plugins/tags/portfolio/)[post type](https://it.wordpress.org/plugins/tags/post-type/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/portfolio-post-type/advanced/)

## Valutazioni

 4.7 su 5 stelle.

 *  [  13 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/portfolio-post-type/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/portfolio-post-type/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/portfolio-post-type/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/portfolio-post-type/reviews/?filter=2)
 *  [  1 1- recensioni a stelle     ](https://wordpress.org/support/plugin/portfolio-post-type/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/portfolio-post-type/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/portfolio-post-type/reviews/)

## Collaboratori

 *   [ Devin Price ](https://profiles.wordpress.org/downstairsdev/)
 *   [ Gary Jones ](https://profiles.wordpress.org/garyj/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/portfolio-post-type/)