Custom post types with their own permalink structure

I solved it myself (with you guys’ help): It was easy as anything:

'rewrite' => array(
            'slug' => 'videos',
            'with_front' => false
        ),

Leave a Comment