Title: Custom Post Type Rewrite
Author: thingsym
Published: <strong>28 de gener de 2015</strong>
Last modified: 3 de juny de 2026

---

Cerca extensions

![](https://s.w.org/plugins/geopattern-icon/custom-post-type-rewrite.svg)

# Custom Post Type Rewrite

 Per [thingsym](https://profiles.wordpress.org/thingsym/)

[Baixa](https://downloads.wordpress.org/plugin/custom-post-type-rewrite.1.2.2.zip)

 * [Detalls](https://ca.wordpress.org/plugins/custom-post-type-rewrite/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/custom-post-type-rewrite/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/custom-post-type-rewrite/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/custom-post-type-rewrite/#developers)

 [Suport](https://wordpress.org/support/plugin/custom-post-type-rewrite/)

## Descripció

Custom Post Type Rewrite plugin adds default custom post type permalinks.

By default, there are no some permalinks of custom post type.
 The Custom Post Type
Rewrite plugin adds permalink structure of custom post type. Following:

 * date-based
 * author-based
 * front

Note: Regarding has_archive and rewrite in $args of Parameters, the priority of 
the rewrite rule conforms to register_post_type().

## Instal·lació

 1. Download and unzip files. Or install Custom Post Type Rewrite plugin using the 
    WordPress plugin installer. In that case, skip 2.
 2. Upload «custom-post-type-rewrite» to the «/wp-content/plugins/» directory.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Save permalink structure and refresh permalinks through the ‘Settings > Permalinks’
    menu in WordPress.
 5. Have fun!

**IMPORTANT**: By default, WordPress will not work the Custom Post Type Rewrite.
You need to refresh permalinks.

#### Support

If you have any trouble, you can use the forums or report bugs.

 * Forum: [https://wordpress.org/support/plugin/custom-post-type-rewrite/](https://wordpress.org/support/plugin/custom-post-type-rewrite/)
 * Issues: [https://github.com/thingsym/custom-post-type-rewrite/issues](https://github.com/thingsym/custom-post-type-rewrite/issues)

#### Contribution

Small patches and bug reports can be submitted a issue tracker in Github. Forking
on Github is another good way. You can send a pull request.

 * [VCS – GitHub](https://github.com/thingsym/custom-post-type-rewrite)
 * [Homepage – WordPress Plugin](https://wordpress.org/plugins/custom-post-type-rewrite/)

You can also contribute by answering issues on the forums.

 * Forum: [https://wordpress.org/support/plugin/custom-post-type-rewrite/](https://wordpress.org/support/plugin/custom-post-type-rewrite/)
 * Issues: [https://github.com/thingsym/custom-post-type-rewrite/issues](https://github.com/thingsym/custom-post-type-rewrite/issues)

#### Patches and Bug Fixes

Forking on Github is another good way. You can send a pull request.

 1. Fork [Custom Post Type Rewrite](https://github.com/thingsym/custom-post-type-rewrite)
    from GitHub repository
 2. Create a feature branch: git checkout -b my-new-feature
 3. Commit your changes: git commit -am ‘Add some feature’
 4. Push to the branch: git push origin my-new-feature
 5. Create new Pull Request

#### Contribute guidlines

If you would like to contribute, here are some notes and guidlines.

 * All development happens on the **develop** branch, so it is always the most up-
   to-date
 * The **master** branch only contains tagged releases
 * If you are going to be submitting a pull request, please submit your pull request
   to the **develop** branch
 * See about [forking](https://help.github.com/articles/fork-a-repo/) and [pull requests](https://help.github.com/articles/using-pull-requests/)

#### Test Matrix

For operation compatibility between PHP version and WordPress version, see below
[Github Actions](https://github.com/thingsym/custom-post-type-rewrite/actions).

## Ressenyes

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

### 󠀁[Doesn’t do anything after installing](https://wordpress.org/support/topic/doesnt-do-anything-after-installing/)󠁿

 [chrimbus](https://profiles.wordpress.org/chrimbus/) 15 de maig de 2017

I installed this plugin and activated it. There is no indication anything has changed
and I have no other menu’s/options for permalinks than I did before I installed 
it.

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

### 󠀁[Well, it worked.](https://wordpress.org/support/topic/well-it-worked/)󠁿

 [jvesmero](https://profiles.wordpress.org/jvesmero/) 3 de setembre de 2016

What more can you ask? Actually, I had to swap to this plugin because after migrating
and updating my site, the update version of the Custom Post Type Permalinks by Toro_Unit
stopped working as intended. It kept doubling the custom post type slug in the archive
url. For example: [Link redacted]

 [ Llegiu totes les 2 ressenyes ](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/)

## Col·laboradors i desenvolupadors

«Custom Post Type Rewrite» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

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

[Traduïu «Custom Post Type Rewrite» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/custom-post-type-rewrite)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/custom-post-type-rewrite/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/custom-post-type-rewrite/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/custom-post-type-rewrite/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/custom-post-type-rewrite/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 1.2.2

 * tested up to 7.0
 * change requires at least to wordpress 5.9
 * change requires to PHP 7.4
 * fix test case
 * update github workflows
 * update phpunit v9 and wpcs v3
 * update composer dependencies
 * update wp-tests script
 * add phpcs job

#### 1.2.1

 * tested up to 6.2.0
 * fix composer scripts
 * update github actions
 * add support section and enhance contribution section to README
 * fix license

#### 1.2.0

 * edit README
 * add test case
 * fix the priority of the rewrite rule of register_post_type()

#### 1.1.4

 * change mysql from version 8.0 to version 5.7 using docker image
 * fix indent style
 * change plugin initialization to wp_loaded hook

#### 1.1.3

 * fix ‘Trying to get property ‘permalink_structure’ of non-object’ warning
 * change plugin initialization to plugins_loaded hook
 * replace assert from assertEquals to assertSame

#### 1.1.2

 * update wp-plugin-unit-test.yml
 * bump up yoast/phpunit-polyfills version
 * change os to ubuntu-20.04 for ci
 * add Upgrade Notice
 * change requires at least to wordpress 4.9
 * change requires to PHP 5.6

#### 1.1.1

 * add timeout-minutes to workflows
 * add phpunit-polyfills
 * tested up to 5.8.0
 * add .editorconfig

#### 1.1.0

 * tested up to 5.7.0
 * separate a class into a class file
 * add test case
 * add sponsor link
 * add FUNDING.yml
 * add donate link
 * update wordpress-test-matrix
 * add GitHub actions for CI/CD, remove .travis.yml

#### 1.0.4

 * fix rewrite_rule

#### 1.0.3

 * fix indent and reformat with phpcs and phpcbf
 * add composer.json for test
 * add static code analysis config
 * change Requires at least from 3.4.1 to 3.8

#### 1.0.2

 * fix add_rewrite_rule
 * fix date-based permalink structure
 * fix phpunit tests

#### 1.0.1

 * refactoring
 * add phpunit and tests

#### 1.0.0

 * Initial release

## Meta

 *  Versió **1.2.2**
 *  Darrera actualització **fa 2 mesos**
 *  Instal·lacions actives **1.000+**
 *  Versió del WordPress ** 5.9 o posterior **
 *  Provada fins a **7.0.2**
 *  Versió del PHP ** 7.4 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/custom-post-type-rewrite/)
 * Etiquetes
 * [custom post type](https://ca.wordpress.org/plugins/tags/custom-post-type/)[permalink](https://ca.wordpress.org/plugins/tags/permalink/)
   [permalinks](https://ca.wordpress.org/plugins/tags/permalinks/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/custom-post-type-rewrite/advanced/)

## Valoracions

 3 sobre 5 estrelles.

 *  [  1 valoració de 5 estrelles     ](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/?filter=2)
 *  [  1 valoració de 1 estrelles     ](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/?filter=1)

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/custom-post-type-rewrite/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/custom-post-type-rewrite/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](https://github.com/sponsors/thingsym)