Popis
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
Instalace
- Download and unzip files. Or install Custom Post Type Rewrite plugin using the WordPress plugin installer. In that case, skip 2.
- Upload „custom-post-type-rewrite“ to the „/wp-content/plugins/“ directory.
- Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Save permalink structure and refresh permalinks through the ‚Settings > Permalinks‘ menu in WordPress.
- Have fun!
IMPORTANT: By default, WordPress will not work the Custom Post Type Rewrite. You need to refresh permalinks.
Recenze
15. 5. 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.
3. 9. 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]
Autoři
Custom Post Type Rewrite je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Custom Post Type Rewrite” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
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