• My individual testimonial pages return a 404 error. I have my Permalinks set to /%category%/%postname%/ and my slug set to testimonials. I tried removing the slug, the instructions say the default is testimonials, but the default is actually sk_testimonials and I still get the error. The client wanted to link to the individual page for each testimonial but it doesn’t look like that will be possible here.

    https://www.ads-software.com/extend/plugins/sk-testimonials/

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is an 11 month old question, but this appears to be an issue still. I’m having the same exact problem.

    I’ve tried deactivating/reactivating the plugin. I’ve tried numerous other slug names. I’ve even manually changed the value of “skt_flush_rewrite_rules” to “1” in my database to try and force this to work: nothing.

    I can still get to individual pages using a query string (https://hostname/?sk_testimonials=testimonial-slug-name-here). But if I try going to the pretty link version (https://hostname/testimonials/testimonial-slug-name-here) or the index page (https://hostname/testimonials/), I get a 404 Page Not Found error.

    For the time being, I’m having to create a temporary rewrite rule in my .htaccess file:

    # BEGIN Manual Rewrite Rules
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^testimonials/(.*)$ index.php?sk_testimonials=$1 [L,QSA]
    RewriteRule ^testimonials$ index.php?post_type=sk_testimonials [L,QSA]
    </IfModule>
    # END Manual Rewrite Rules

    This is an 11 month old question, but this appears to be an issue still. I’m having the same exact problem.

    This thread is likely regarding an outdated version of the plugin and WP – please start a new thread per the forum guidelines.

    https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: SK Testimonials] 404 Page Not Found on Individual Testimonial Page’ is closed to new replies.