Title: Junkie Types
Author: Theme Junkie
Published: <strong>22. Aprila 2015.</strong>
Last modified: 26. Oktobra 2022.

---

Pretražite dodatke

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# Junkie Types

 Od [Theme Junkie](https://profiles.wordpress.org/themejunkie/)

[Skini](https://downloads.wordpress.org/plugin/junkie-content-types.1.1.4.zip)

 * [Detalji](https://bs.wordpress.org/plugins/junkie-content-types/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/junkie-content-types/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/junkie-content-types/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/junkie-content-types/#developers)

 [Podrška](https://wordpress.org/support/plugin/junkie-content-types/)

## Opis

**Please note this plugin is still in beta version**

With small code in your themes, you can enable several custom post types you need.
The idea behind this plugin is to extend our themes at Theme Junkie, but you can
enable it in all themes. Every post types comes with custom meta boxes and some 
with custom taxonomy.

#### Post Types Included

 * Team
 * Testimonial
 * Doctor
 * Department
 * Service
 * Feature
 * Slider

#### TO DO

 * Shortcodes
 * Widgets
 * Portfolio post type

## Instalacija

**Through Dashboard**

 1. Log in to your WordPress admin panel and go to Plugins -> Add New
 2. Type **junkie types** in the search box and click on search button.
 3. Find Junkie Types plugin.
 4. Then click on Install Now after that activate the plugin.

**Installing Via FTP**

 1. Download the plugin to your hardisk.
 2. Unzip.
 3. Upload the **junkie-types** folder into your plugins directory.
 4. Log in to your WordPress admin panel and click the Plugins menu.
 5. Then activate the plugin.

## ČPP

### How to enable the post type?

Add this line in your theme `functions.php`.

    ```
    // Enable Team post type.
    add_theme_support( 'junkie-team' );

    // Enable Testimonial post type.
    add_theme_support( 'junkie-testimonial' );

    // Enable Doctor post type.
    add_theme_support( 'junkie-doctor' );

    // Enable Department post type.
    add_theme_support( 'junkie-department' );

    // Enable Feature post type.
    add_theme_support( 'junkie-feature' );

    // Enable Service post type.
    add_theme_support( 'junkie-service' );

    // Enable Slider post type.
    add_theme_support( 'junkie-slider' );
    ```

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“Junkie Types” is open source software. The following people have contributed to
this plugin.

Doprinositelji

 *   [ Theme Junkie ](https://profiles.wordpress.org/themejunkie/)

[Prevedi “Junkie Types” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/junkie-content-types)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/junkie-content-types/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/junkie-content-types/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/junkie-content-types/)
od [RSS](https://plugins.trac.wordpress.org/log/junkie-content-types/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 1.1.4 – 06/12/2015

 * Add **Role** metabox to the testimonial post type.

#### 1.1.3 – 05/07/2015

 * Add ‘excerpt’ support to Department, Doctor, Feature, Service and Team post type
 * Change the priority of Doctor and Team metaboxes, since it should appear below
   the excerpt

#### 1.1.2 – 04/24/2015

 * Revert the post types name.

#### 1.1.1 – 04/23/2015

 * Rename all post types
 * Improve Doctors post type metaboxes
 * Change ‘department’ taxonomy to ‘speciality’

#### 1.1.0 – 04/23/2015

 * Add `flush_rewrite_rules()` function to remove rewrite rules and then recreate
   rewrite rules
 * Fix ‘Team’ post type metaboxes couldn't be save the value

#### 1.0.0 – 04/21/2015

 * Initial release.

## Meta

 *  Version **1.1.4**
 *  Last updated **prije 3 godine**
 *  Active installations **90+**
 *  WordPress version ** 4.6 ili viša **
 *  Tested up to **6.1.10**
 *  Language
 * [English (US)](https://wordpress.org/plugins/junkie-content-types/)
 * Tags
 * [custom post type](https://bs.wordpress.org/plugins/tags/custom-post-type/)[post type](https://bs.wordpress.org/plugins/tags/post-type/)
   [service](https://bs.wordpress.org/plugins/tags/service/)[slider](https://bs.wordpress.org/plugins/tags/slider/)
   [team](https://bs.wordpress.org/plugins/tags/team/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/junkie-content-types/advanced/)

## Ocjene

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/junkie-content-types/reviews/)

## Doprinositelji

 *   [ Theme Junkie ](https://profiles.wordpress.org/themejunkie/)

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/junkie-content-types/)