Title: Zilla Portfolio
Author: marksouthard
Published: <strong>30 sausio, 2014</strong>
Last modified: 31 kovo, 2016

---

Ieškoti įskiepiuose

![](https://ps.w.org/zillaportfolio/assets/banner-772x250.png?rev=1013529)

Šis įskiepis **nebuvo išbandytas su 3 vėliausiomis WordPress versijomis**. Jis tikriausiai
nėra prižiūrimas ir palaikomas, todėl gali neveikti su naujausiomis WordPress versijomis.

![](https://s.w.org/plugins/geopattern-icon/zillaportfolio_aeaeae.svg)

# Zilla Portfolio

 Autorius [marksouthard](https://profiles.wordpress.org/mbsatunc/)

[Parsisiųsti](https://downloads.wordpress.org/plugin/zillaportfolio.zip)

 * [Informacija](https://lt.wordpress.org/plugins/zillaportfolio/#description)
 * [Atsiliepimai](https://lt.wordpress.org/plugins/zillaportfolio/#reviews)
 *  [Diegimas](https://lt.wordpress.org/plugins/zillaportfolio/#installation)
 * [Kūrimas](https://lt.wordpress.org/plugins/zillaportfolio/#developers)

 [Pagalba](https://wordpress.org/support/plugin/zillaportfolio/)

## Aprašymas

This plugin adds the portfolio custom post type to your WordPress blog. By default,
the plugin will append portfolio meta information (client, date, and project URL)
to the portfolio post. It will prepend media elements (gallery, audio and video 
media) to portfolio posts.

### Creating Themes for this Plugin

There are several handy bits that you can use within your theme:
 1. By default,
the portfolio posts are displayed in the portfolio archive. However, you may want
to create a custom page template that will display your portfolio posts. As such,
you’ll need to disable the archives. In your theme’s function file, use the following
code: `<?php if( !defined('TZP_DISABLE_ARCHIVE') ) define('TZP_DISABLE_ARCHIVE',
TRUE); ?>` This will enable child themes to enable the portfolio archives if desired.
2. Set custom slugs for ‘portfolio’ and ‘portfolio-type’ by defining constants for:`
TZP_SLUG` and `TZP_TAX_SLUG`. After defining the constants, save the Permalink Settings.
Also, define the constants as above to allow a child theme to customize the slugs.
3. There are several actions and filters available for adding additional custom 
fields to the existings metaboxes. Have a look through metaboxes.php to see how 
these all play together. 4. To prevent the media and meta from being added to the_content(),
remove these filters: `tzp_add_portfolio_post_media` and `tzp_add_portfolio_post_meta`
5. To update the image size used for galleries add a filter to ‘tzp_set_gallery_image_size’.
Pass the string name or an array of the image size to be used.

### Complete List of Constants and Actions/Filters

_Constants_

 * `TZP_DISABLE_CSS` set to true to prevent plugin from loading basic CSS
 * `TZP_PORTFOLIO_ORDER` default is ‘ASC’
 * `TZP_PORTFOLIO_ORDERBY` default is ‘menu_order’
 * `TZP_DISABLE_ARCHIVE` default is false
 * `TZP_SLUG` default is ‘portfolio’
 * `TZP_DISABLE_REWRITE`
 * `TZP_TAX_SLUG`
 * `TZP_DISABLE_MEDIAELEMENT_STYLE` prevent the plugin from loading the default 
   mediaelement stylesheet

_Actions_

 * `tzp_portfolio_settings_meta_box_fields` add meta fields to the settings section
 * `tzp_portfolio_gallery_meta_box_fields` add meta fields to the gallery section
 * `tzp_portfolio_audio_meta_box_fields` add meta fields to the audio section
 * `tzp_portfolio_video_meta_box_fields` add meta fields to the video section

_Actions added in plugin that you may want to remove_

 * `tzp_add_custom_css`
 * `tzp_portfolios_display_order`

_Filters_

 * `tzp_metabox_fields_save` add fields to be saved (use url, html, checkbox, or
   images for sanitization)
 * `tzp_gallery_classes` class added to gallery; default is tzp-portfolio-gallery
 * `tzp_set_gallery_image_size` default image size is ‘full’
 * `tzp_portfolio_labels`
 * `tzp_portfolio_supports`
 * `tzp_portfolio_post_type_args`
 * `tzp_portfolio_type_labels`
 * `tzp_portfolio_type_args`

_Filters applied in plugin that you may want to remove_

 * `tzp_add_portfolio_post_media`
 * `tzp_add_portfolio_post_meta`

## Diegimas

Just install and activate

## Atsiliepimai

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

### 󠀁[Great!](https://wordpress.org/support/topic/great-4522/)󠁿

 [Dinev Dmitry](https://profiles.wordpress.org/dimadinev/) 3 rugsėjo, 2016

Simply and carefully. All that may be necessary, but not overloaded. Great!

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

### 󠀁[Works well to update an older portfolio theme](https://wordpress.org/support/topic/works-well-to-update-an-older-portfolio-theme/)󠁿

 [elizabeth](https://profiles.wordpress.org/greybird/) 3 rugsėjo, 2016

Went from the older Themezilla Scope theme with a built in portfolio to a new theme
and this plugin retained the portfolio content. Thanks!

 [ Perskaityti visus atsiliepimus (2) ](https://wordpress.org/support/plugin/zillaportfolio/reviews/)

## Programuotojai ir komandos nariai

“Zilla Portfolio” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti
toliau.

Autoriai

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

[Išverskite “Zilla Portfolio” į savo kalbą.](https://translate.wordpress.org/projects/wp-plugins/zillaportfolio)

### Domina programavimas?

[Peržiūrėkite kodą](https://plugins.trac.wordpress.org/browser/zillaportfolio/),
naršykite [SVN repozitorijoje](https://plugins.svn.wordpress.org/zillaportfolio/),
arba užsiprenumeruokite [kodo pakeitimų žurnalą](https://plugins.trac.wordpress.org/log/zillaportfolio/)
per [RSS](https://plugins.trac.wordpress.org/log/zillaportfolio/?limit=100&mode=stop_on_copy&format=rss).

## Pakeitimų istorija

#### 1.0

 * Pradinė versija

## Metainformacija

 *  Version **1.0**
 *  Atnaujinta **prieš 10 metų**
 *  Aktyvių instaliacijų **400+**
 *  WordPress versija ** 3.5 ar naujesnė **
 *  Ištestuota iki **4.5.33**
 *  Kalba
 * [English (US)](https://wordpress.org/plugins/zillaportfolio/)
 * Žymos
 * [custom post type](https://lt.wordpress.org/plugins/tags/custom-post-type/)[custom taxonomy](https://lt.wordpress.org/plugins/tags/custom-taxonomy/)
   [portfolio](https://lt.wordpress.org/plugins/tags/portfolio/)
 *  [Daugiau](https://lt.wordpress.org/plugins/zillaportfolio/advanced/)

## Įvertinimai

 5 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/zillaportfolio/reviews/)

## Autoriai

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

## Pagalba

Turite pastabų? Reikia pagalbos?

 [Peržiūrėti pagalbos forumą](https://wordpress.org/support/plugin/zillaportfolio/)