Remove slug from custom post type post URLs
The following code will work, but you just have to keep in mind that conflicts can happen easily if the slug for your custom post type is the same as a page or post’s slug… First, we will remove the slug from the permalink: function na_remove_slug( $post_link, $post, $leavename ) { if ( ‘events’ != … Read more