Title: Simple Post Type Permalinks
Author: Toro_Unit (Hiroshi Urabe)
Published: <strong>2. Aprila 2015.</strong>
Last modified: 4. Juna 2019.

---

Pretražite dodatke

![](https://ps.w.org/simple-post-type-permalinks/assets/banner-772x250.png?rev=1126124)

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

# Simple Post Type Permalinks

 Od [Toro_Unit (Hiroshi Urabe)](https://profiles.wordpress.org/toro_unit/)

[Skini](https://downloads.wordpress.org/plugin/simple-post-type-permalinks.2.0.5.zip)

 * [Detalji](https://bs.wordpress.org/plugins/simple-post-type-permalinks/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/simple-post-type-permalinks/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/simple-post-type-permalinks/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/simple-post-type-permalinks/#developers)

 [Podrška](https://wordpress.org/support/plugin/simple-post-type-permalinks/)

## Opis

Edit the permalink structure of custom post type too easy.

Simple Post Type Permalinks is Simple and Smart than [Custom Post Type Permalinks](https://wordpress.org/plugins/custom-post-type-permalinks/).

Available tags are `%post_id%`, `%postname%`, `%year%`, `%monthnum%`, `%day%`, `%
hour%`, `%minute%`, `%second%`, `%author%`.

Requires PHP version 5.3 or higher.

[This Plugin published on GitHub.](https://github.com/torounit/simple-post-type-permalinks)

Please Fork and Pull Request!

### Setting on Code

primjer:

    ```
    register_post_type( 'foo',
        array(
            "public" => true,
            'has_archive' => true,
            "rewrite" => [
                "with_front" => true
            ],
            "sptp_permalink_structure" => "foo/%post_id%"
        )
    );
    ```

## Slike ekrana

 * [[
 * screenshot-1.png

## Instalacija

#### Manual Installation

 1. Upload the entire `/simple-post-type-permalinks` directory to the `/wp-content/
    plugins/` directory.
 2. Activate Simple Post Type Permalinks through the ‘Plugins’ menu in WordPress.

Access the permalinks setting by going to _Settings -> Permalinks_.

## ČPP

  Which tag that can be used?

Only `%post_id%` and `%postname%`.

## Recenzije

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

### 󠀁[Very Good](https://wordpress.org/support/topic/very-good-5894/)󠁿

 [bahman maleki](https://profiles.wordpress.org/bahmanmaleki/) 13. Augusta 2021.

Very Good

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

### 󠀁[Very Good.](https://wordpress.org/support/topic/very-good-3828/)󠁿

 [freehzw](https://profiles.wordpress.org/notebook-driver/) 11. Aprila 2019.

Good and simple.

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

### 󠀁[Does not save the settings](https://wordpress.org/support/topic/does-not-save-the-settings/)󠁿

 [Barcelo](https://profiles.wordpress.org/barcelo/) 18. Jula 2018.

Hi there, actually this was the solution I was looking for, but in my case it's 
not working as the assignment in the plugins setting is not saved. Useless for me
🙁 Regards Barcelo

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

### 󠀁[コードで設定できるのがすごく良いです！](https://wordpress.org/support/topic/%e3%82%b3%e3%83%bc%e3%83%89%e3%81%a7%e8%a8%ad%e5%ae%9a%e3%81%a7%e3%81%8d%e3%82%8b%e3%81%ae%e3%81%8c%e3%81%99%e3%81%94%e3%81%8f%e8%89%af%e3%81%84%e3%81%a7%e3%81%99%ef%bc%81/)󠁿

 [Takashi Kitajima](https://profiles.wordpress.org/inc2734/) 26. Juna 2018.

register_post_type() するときにパーマリンク構造も指定できます。管理画面で設定すると
管理が煩雑になるのでこれはすごく良いと思います。

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

### 󠀁[Does not work at all](https://wordpress.org/support/topic/does-not-work-at-all-41/)󠁿

 [galingong](https://profiles.wordpress.org/galingong/) 13. Septembra 2017.

Simply garbage. It screwed up all of my navigation links (changed them to frontpage
links), and of 4 custom post types it worked for 1. For the other 3 it generated
404 errors. Wasted 20 minutes.

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

### 󠀁[お世話になってます](https://wordpress.org/support/topic/%e3%81%8a%e4%b8%96%e8%a9%b1%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%a6%e3%81%be%e3%81%99/)󠁿

 [Sayaka Kosugi](https://profiles.wordpress.org/mekemoke/) 15. Marta 2017.

最近は Custom Post Type Permalinks よりもこちらを使わせていただいてます(/･ω･)/

 [ Read all 9 reviews ](https://wordpress.org/support/plugin/simple-post-type-permalinks/reviews/)

## Saradnici i programeri

“Simple Post Type Permalinks” is open source software. The following people have
contributed to this plugin.

Doprinositelji

 *   [ Toro_Unit (Hiroshi Urabe) ](https://profiles.wordpress.org/toro_unit/)
 *   [ Takashi Kitajima ](https://profiles.wordpress.org/inc2734/)

“Simple Post Type Permalinks” je prijeveden na 3 dijalekta. Zahvala [prevodiocima](https://translate.wordpress.org/projects/wp-plugins/simple-post-type-permalinks/contributors)
za njihov doprinos.

[Prevedi “Simple Post Type Permalinks” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/simple-post-type-permalinks)

### Zainteresirani za razvoj?

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

## Zapis promijena

#### 2.0.1

 * Tested 4.9

#### 2.0.0

 * Change of class structure.
 * Change namespace.
 * Add abstract Module class.
 * Use autoloader.
 * Remove constructor injection and add setter injection for modules.
 * Support `%year%`, `%monthnum%`, `%day%`, `%hour%`, `%minute%`, `%second%`, `%
   author%`.

#### 1.3.1

 * fix pagination link.

#### 1.2.0

 * fix textdomain.

#### 1.1.0

 * Test with WooCommerce and WPML.
 * Admin Bug Fix.
 * Support `get_post_type_archive`.

#### 1.0.3

 * Admin Bug Fix.

#### 1.0.2

 * Coding Standard Fix.

#### 1.0.0

 * Drop PHP 5.2.

#### 0.1.0

 * First release

## Meta

 *  Version **2.0.5**
 *  Last updated **prije 7 godina**
 *  Active installations **9.000+**
 *  WordPress version ** 4.0 ili viša **
 *  Tested up to **5.2.24**
 *  PHP version ** 5.3 ili viša **
 *  Languages
 * [Chinese (Taiwan)](https://tw.wordpress.org/plugins/simple-post-type-permalinks/),
   [Dutch](https://nl.wordpress.org/plugins/simple-post-type-permalinks/), [English (US)](https://wordpress.org/plugins/simple-post-type-permalinks/)
   i [Japanese](https://ja.wordpress.org/plugins/simple-post-type-permalinks/).
 *  [Prevedite na vaš jezik](https://translate.wordpress.org/projects/wp-plugins/simple-post-type-permalinks)
 * Tags
 * [cms](https://bs.wordpress.org/plugins/tags/cms/)[custom post type](https://bs.wordpress.org/plugins/tags/custom-post-type/)
   [permalink](https://bs.wordpress.org/plugins/tags/permalink/)[permalinks](https://bs.wordpress.org/plugins/tags/permalinks/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/simple-post-type-permalinks/advanced/)

## Ocjene

 5 out of 5 stars.

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

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

[See all reviews](https://wordpress.org/support/plugin/simple-post-type-permalinks/reviews/)

## Doprinositelji

 *   [ Toro_Unit (Hiroshi Urabe) ](https://profiles.wordpress.org/toro_unit/)
 *   [ Takashi Kitajima ](https://profiles.wordpress.org/inc2734/)

## Podrška

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

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/simple-post-type-permalinks/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](http://www.amazon.co.jp/registry/wishlist/COKSXS25MVQV)