{"id":64903,"date":"2018-03-02T20:17:15","date_gmt":"2018-03-02T20:17:15","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/custom-fields-permalink-redux\/"},"modified":"2018-10-24T19:38:24","modified_gmt":"2018-10-24T19:38:24","slug":"custom-fields-permalink-redux","status":"publish","type":"plugin","link":"https:\/\/gu.wordpress.org\/plugins\/custom-fields-permalink-redux\/","author":173175,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.5.0","stable_tag":"1.5.0","tested":"5.0.25","requires":"4.5.0","requires_php":"5.3","requires_plugins":"","header_name":"Custom Fields Permalink 2","header_author":"Piotr Pelczar","header_description":"","assets_banners_color":"","last_updated":"2018-10-24 19:38:24","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/athlan.pl\/wordpres-custom-fields-permalink-plugin\/","header_plugin_uri":"http:\/\/athlan.pl\/wordpress-custom-fields-permalink-plugin","header_author_uri":"http:\/\/athlan.pl\/","rating":4.6,"author_block_rating":0,"active_installs":600,"downloads":7681,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>No upgrade notices.<\/p>"},"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"4"},"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":"1859400","resolution":"","location":"assets"}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.2","1.0.3","1.1.0","1.2.0","1.3.0","1.4.0","1.5.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1832546","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1859398","resolution":"2","location":"assets"}},"screenshots":{"1":"Pemralink settings","2":"Custom post types Pemralink settings"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2010,1487,2662,939,538],"plugin_category":[59],"plugin_contributors":[153901],"plugin_business_model":[],"class_list":["post-64903","plugin","type-plugin","status-publish","hentry","plugin_tags-custom-fields","plugin_tags-custom-post-types","plugin_tags-permalink","plugin_tags-permalinks","plugin_tags-url","plugin_category-utilities-and-tools","plugin_contributors-athlan","plugin_committers-athlan"],"banners":[],"icons":{"svg":"https:\/\/ps.w.org\/custom-fields-permalink-redux\/assets\/icon.svg?rev=1859400","icon":"https:\/\/ps.w.org\/custom-fields-permalink-redux\/assets\/icon.svg?rev=1859400","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/custom-fields-permalink-redux\/assets\/screenshot-1.png?rev=1832546","caption":"Pemralink settings"},{"src":"https:\/\/ps.w.org\/custom-fields-permalink-redux\/assets\/screenshot-2.png?rev=1859398","caption":"Custom post types Pemralink settings"}],"raw_content":"<!--section=description-->\n<p>Plugin allows to use post's custom fields values in permalink structure by adding <code>%field_fieldname%<\/code> rewrite tag.<\/p>\n\n<p>Examples:<\/p>\n\n<ul>\n<li><code>http:\/\/example.com\/%field_event_date_from%\/%postname%\/<\/code><\/li>\n<li><code>http:\/\/example.com\/post-type\/%field_event_date_from%\/%postname%\/<\/code> (with <a href=\"https:\/\/wordpress.org\/plugins\/custom-post-type-permalinks\/\">Custom Post Type Permalinks<\/a> plugin)<\/li>\n<\/ul>\n\n<p>You can also set different permalink structure depending on custom post type using <a href=\"https:\/\/wordpress.org\/plugins\/custom-post-type-permalinks\/\">Custom Post Type Permalinks<\/a> plugin. You can create own post types by using <a href=\"https:\/\/wordpress.org\/plugins\/custom-post-type-ui\/\">Custom Post Type UI<\/a> plugin.<\/p>\n\n<p>The plugin works for:<\/p>\n\n<ul>\n<li>posts<\/li>\n<li>pages<\/li>\n<li>custom post types<\/li>\n<\/ul>\n\n<p>Plugin is also available on GitHub:\n<a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\">https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin<\/a><\/p>\n\n<!--section=installation-->\n<ul>\n<li>Install plugin in WordPress system in Plugins section. You can search for \"Custom Fields Permalink 2\".<\/li>\n<li>Done! Now you can use <code>%field_fieldname%<\/code> tag in Settings -&gt; Permalinks.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt>Found the bug. How to raise a ticket?<\/dt>\n<dd><p>The best way is to raise the ticket under the GitHub repository:\n<a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/issues\/new\">https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/issues\/new<\/a><\/p><\/dd>\n<dt>I want to make a contribution<\/dt>\n<dd><p>We would be very grateful in any contribution. If you have a idea for the feature, please discuss it first by\n<a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/issues\/new\">raising the ticket<\/a>.\nWhen the assumptions are ready, please\n<a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/pulls\">make a pull request<\/a> at GitHub.<\/p><\/dd>\n<dt>How to generate missing custom post meta keys and values<\/dt>\n<dd><p>In case of missing custom post field values you can generate them on-the-fly using <a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/wiki\/Plugin-hooks#generate_dynamic_metadata\"><code>generate_dynamic_metadata<\/code><\/a> filter.<\/p>\n\n<p>Read <a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/wiki\/FAQ#how-to-generate-missing-custom-post-meta-keys-and-values\">the example<\/a>.<\/p><\/dd>\n<dt>How to generate calculated dynamic custom post meta keys and values<\/dt>\n<dd><p>You can generate custom post fields dynamically coding some logic using  <a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/wiki\/Plugin-hooks#generate_dynamic_metadata\"><code>generate_dynamic_metadata<\/code><\/a> filter.<\/p>\n\n<p>Read <a href=\"https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/wiki\/FAQ#how-to-generate-calculated-dynamic-custom-post-meta-keys-and-values\">the example<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p>Release notes: https:\/\/github.com\/athlan\/wordpress-custom-fields-permalink-plugin\/releases<\/p>","raw_excerpt":"Plugin allows to use post&#039;s custom fields values in permalink structure by adding %field_fieldname%, for posts, pages and custom post types.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/64903","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=64903"}],"author":[{"embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/athlan"}],"wp:attachment":[{"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=64903"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=64903"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=64903"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=64903"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=64903"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/gu.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=64903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}