{"id":35477,"date":"2015-04-02T08:08:55","date_gmt":"2015-04-02T08:08:55","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simple-post-type-permalinks\/"},"modified":"2019-06-04T22:43:22","modified_gmt":"2019-06-04T22:43:22","slug":"simple-post-type-permalinks","status":"publish","type":"plugin","link":"https:\/\/es.wordpress.org\/plugins\/simple-post-type-permalinks\/","author":6734486,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.5","stable_tag":"2.0.5","tested":"5.2.24","requires":"4.0","requires_php":"5.3","requires_plugins":"","header_name":"Simple Post Type Permalinks","header_author":"Toro_Unit","header_description":"","assets_banners_color":"dfe7ed","last_updated":"2019-06-04 22:43:22","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.amazon.co.jp\/registry\/wishlist\/COKSXS25MVQV","header_plugin_uri":"https:\/\/github.com\/torounit\/simple-post-type-permalinks","header_author_uri":"https:\/\/torounit.com","rating":5,"author_block_rating":0,"active_installs":9000,"downloads":84851,"num_ratings":10,"support_threads":0,"support_threads_resolved":0,"author_block_count":2,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.0.0":"<ul>\n<li>Drop PHP 5.2.<\/li>\n<\/ul>","0.1.0":"<p>First Release<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":9},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1126124","resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1126124","resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1126124","resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1126124","resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1.0","1.0.0","1.0.1","1.0.2","1.0.3","1.1.0","1.2.1","1.3.0","2.0.0","2.0.1","2.0.2","2.0.4","2.0.5"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"2100702","resolution":"1","location":"plugin"}},"screenshots":{"1":"screenshot-1.png"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[225,1794,2662,939],"plugin_category":[59],"plugin_contributors":[78191,78190],"plugin_business_model":[],"class_list":["post-35477","plugin","type-plugin","status-publish","hentry","plugin_tags-cms","plugin_tags-custom-post-type","plugin_tags-permalink","plugin_tags-permalinks","plugin_category-utilities-and-tools","plugin_contributors-inc2734","plugin_contributors-toro_unit","plugin_committers-toro_unit"],"banners":{"banner":"https:\/\/ps.w.org\/simple-post-type-permalinks\/assets\/banner-772x250.png?rev=1126124","banner_2x":"https:\/\/ps.w.org\/simple-post-type-permalinks\/assets\/banner-1544x500.png?rev=1126124","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-post-type-permalinks\/assets\/icon-128x128.png?rev=1126124","icon_2x":"https:\/\/ps.w.org\/simple-post-type-permalinks\/assets\/icon-256x256.png?rev=1126124","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-post-type-permalinks\/trunk\/screenshot-1.png?rev=2100702","caption":"screenshot-1.png"}],"raw_content":"<!--section=description-->\n<p>Edit the permalink structure of custom post type too easy.<\/p>\n\n<p>Simple Post Type Permalinks is Simple and Smart than <a href=\"https:\/\/wordpress.org\/plugins\/custom-post-type-permalinks\/\">Custom Post Type Permalinks<\/a>.<\/p>\n\n<p>Available tags are <code>%post_id%<\/code>, <code>%postname%<\/code>, <code>%year%<\/code>, <code>%monthnum%<\/code>, <code>%day%<\/code>, <code>%hour%<\/code>, <code>%minute%<\/code>, <code>%second%<\/code>, <code>%author%<\/code>.<\/p>\n\n<p>Requires PHP version 5.3 or higher.<\/p>\n\n<p><a href=\"https:\/\/github.com\/torounit\/simple-post-type-permalinks\">This Plugin published on GitHub.<\/a><\/p>\n\n<p>Please Fork and Pull Request!<\/p>\n\n<h3>Setting on Code<\/h3>\n\n<p>Example:<\/p>\n\n<pre><code>register_post_type( 'foo',\n    array(\n        \"public\" =&gt; true,\n        'has_archive' =&gt; true,\n        \"rewrite\" =&gt; [\n            \"with_front\" =&gt; true\n        ],\n        \"sptp_permalink_structure\" =&gt; \"foo\/%post_id%\"\n    )\n);\n<\/code><\/pre>\n\n<!--section=installation-->\n<h4>Manual Installation<\/h4>\n\n<ol>\n<li>Upload the entire <code>\/simple-post-type-permalinks<\/code> directory to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate Simple Post Type Permalinks through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<p>Access the permalinks setting by going to <em>Settings -&gt; Permalinks<\/em>.<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Which tag that can be used?<\/dt>\n<dd><p>Only <code>%post_id%<\/code> and <code>%postname%<\/code>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Tested 4.9<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Change of class structure.<\/li>\n<li>Change namespace.<\/li>\n<li>Add abstract Module class.<\/li>\n<li>Use autoloader.<\/li>\n<li>Remove constructor injection and add setter injection for modules.<\/li>\n<li>Support <code>%year%<\/code>, <code>%monthnum%<\/code>, <code>%day%<\/code>, <code>%hour%<\/code>, <code>%minute%<\/code>, <code>%second%<\/code>, <code>%author%<\/code>.<\/li>\n<\/ul>\n\n<h4>1.3.1<\/h4>\n\n<ul>\n<li>fix pagination link.<\/li>\n<\/ul>\n\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>fix textdomain.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Test with WooCommerce and WPML.<\/li>\n<li>Admin Bug Fix.<\/li>\n<li>Support <code>get_post_type_archive<\/code>.<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Admin Bug Fix.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Coding Standard Fix.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Drop PHP 5.2.<\/li>\n<\/ul>\n\n<h4>0.1.0<\/h4>\n\n<ul>\n<li>First release<\/li>\n<\/ul>","raw_excerpt":"Easy to change Permalink of custom post type.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/35477","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=35477"}],"author":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/toro_unit"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=35477"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=35477"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=35477"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=35477"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=35477"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=35477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}