Snippets icon indicating copy to clipboard operation
Snippets copied to clipboard

Custom Slug

Open SamHoltby opened this issue 11 years ago • 0 comments

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

SamHoltby avatar Sep 20 '14 11:09 SamHoltby