Snippets
Snippets copied to clipboard
Custom Slug
Hi there,
First of all, epic snippet.
Anyway, I'm currently using a custom slug for a post_type and I was a 404 from it. I added this to it...
if( $this->args->rewrite['slug'] != $post_type){
$slug = $this->args->rewrite['slug'];
}
Seemed to fix the issue.
Cheers