WPIntell

Source evidence

404 error except for POSTNAME

WP Permastructure · support · 2015-09-01T21:27:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
brian7997 unresolved
I am getting 404 errors for /%category%/%postname%/ or /%cust_taxonomy%/%postname%/ I have made sure to flush the rewrite rules. But nothing seems to work. Are there any specific custom post type register options that need to be used? register_post_type('landing-page', array( 'label' => 'Landing Pages', 'description' => '', 'public' => true, 'show_ui' => true, 'show_in_menu' => true, 'capability_type' => 'page', 'hierarchical' => true, 'rewrite' => array( 'permastruct' => '/%category%/%postname%/'), 'query_var' => true, 'supports' => array('editor','title','revisions'), 'taxonomies' => array('campaigns','buyer-seg','stage','ddc-format','category'), 'labels' => array ( 'name' => 'my name', 'singular_name' => 'Landing Page', 'menu_name' => 'my name', 'add_new' => 'Add Landing Page', 'add_new_item' => 'Add New Landing Page', 'edit' => 'Edit', 'edit_item' => 'Edit Landing Page', 'new_item' => 'New Landing Page', 'view' => 'View Landing Page', 'view_item' => 'View Landing Page', 'search_items' => 'Search Landing Pages', 'not_found' => 'No Landing Pages Found', 'not_found_in_trash' => 'No Landing Pages Found in Trash', 'parent' => 'Parent Landing Page' ) ) https://wordpress.org/plugins/wp-permastructure/ Having the same problem. Any solution?

Comments

1 shown
krishaamer 2016-02-08T22:32:00+00:00

Having the same problem. Any solution?