Title: Postyper
Author: mattdeclaire
Published: <strong>30 Ιανουαρίου  2012</strong>
Last modified: 6 Φεβρουαρίου  2012

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

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

# Postyper

 Από [mattdeclaire](https://profiles.wordpress.org/mattdeclaire/)

[Λήψη](https://downloads.wordpress.org/plugin/postyper.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/postyper/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/postyper/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/postyper/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/postyper/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/postyper/)

## Περιγραφή

#### Custom Post Types

WordPress can be more than just a blog. By default, WordPress allows you to create
blog posts and pages (and links, and comments,…). But it can do more than that. 
With a little elbow grease, you can put in all kinds of different information. _Blog
post_ and _page_ are two different types of _posts_. WordPress also allows you to
create _custom post types_. Your site could have the post type _employee_, or _product_,
or _movie_, or _super hero_.

Normally, you need to be a code monkey to pull this off. If requires quite a bit
of programming. **Postyper** aims to remedy that. It provides you with an interface
to define your own custom post types, without the computer science degree.

Once you have your custom post types defined, you’ll need to work on a way to display
them. Postyper creates archives for you, and individual pages for your posts. But
in order to display your custom field information, you’ll need to modify your templates.
For this, you’ll probably need to get a template developer.

#### For Template Developers

Postyper uses WordPress’s native post meta system. So all custom information entered
by editors can be retrieved using the [get_post_meta()](https://codex.wordpress.org/Function_Reference/get_post_meta)
or [get_post_custom()](https://codex.wordpress.org/Function_Reference/get_post_custom)
functions. You can also use the WordPress hierarchy to create templates for each
post type, including single-_postype_.php, archive-_postype_.php, etc.

### Future Changes

We’re excited about the potential of Postyper and will continue to develop its functionality.
Future improvements include:

 1. New field type: multi-post
 2. Group fields. For instance, with type post types, actor and movie, one would want
    to select with actors are in the movie, and for each actor, the name of the character
    they played.
 3. Shortcodes for displaying meta field information.
 4. More field types.
 5. Unicorns.

## Εγκατάσταση

 1. Upload the `postyper` directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.

## Συχνές Ερωτήσεις

  How does Postyper store post information?

Postyper uses WordPress’s native post meta system. All fields that you add to your
post types ultimately result in the creation of post meta on the post type. So, 
using this data in your template works just like normal. You aren’t locked into 
any proprietary PHP calls.

  If I uninstall Postyper, do I loose all my data?

Uninstalling Postyer will remove the mechanism for defining your custom post types,
but all the data is still in the database. If you choose to quit using Postyper,
you can easily replace it with `register_post_type` calls, and access your existing
data.

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“Postyper” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

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

[Μεταφράστε το “Postyper” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/postyper)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/postyper/),
ανατρέξτε στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/postyper/) ή εγγραφείτε
στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/postyper/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/postyper/?limit=100&mode=stop_on_copy&format=rss).

## Σύνοψη αλλαγών

#### 0.3

 * Fixed activation bug.

#### 0.2

 * Drastically improved field editing UI.
 * Added “post” as field type. You can now create a field for a type that allows
   you to select a post of another type.

#### 0.1

 * This first version works, but is beta. Feel free to use it, but you should expect
   changes before we hit 1.0.

## Μεταστοιχεία

 *  Version **0.3**
 *  Τελευταία ενημέρωση: **πριν από 15 έτη**
 *  Ενεργές εγκαταστάσεις: **Λιγότερες από 10**
 *  Έκδοση WordPress: ** 3.3.1 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.3.2**
 *  Language
 * [English (US)](https://wordpress.org/plugins/postyper/)
 * Ετικέτες:
 * [admin](https://el.wordpress.org/plugins/tags/admin/)[custom post types](https://el.wordpress.org/plugins/tags/custom-post-types/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/postyper/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

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

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

## Συντελεστές

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

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/postyper/)