WPIntell

Source evidence

Fixes needed in plugin

Simple Post Type Permalinks · support · 2018-04-26T14:17:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
devphase unresolved
Using 4.9.4 I had to make the following modifications to get this working properly: Issue: https://drive.google.com/file/d/1YAeSuG7ppHIp5DXr6Vyy1jfTZEgf0ZPh/view?usp=drivesdk Quick fix: /wp-content/plugins/simple-post-type-permalinks/includes/Module/Admin.php:186 //$front = '<span class="front">' . esc_html( substr( $wp_rewrite->front, 0, - 1 ) ) . '</span>'; $front = esc_html( substr( $wp_rewrite->front, 0, - 1 ) ); Issue: Passing "sptp_permalink_structure" => "foo/%post_id%" was leaving the permalink field disabled. Checked the code and it appears to be setup to work like this instead: If you register post type register_post_type( 'foo' the plugin expects post type to be passed in like this: "sptp_foo_structure" => "foo/%post_id%" (note the “foo” being used in the variable name).

Comments

0 shown

No comments were stored for this source.