Viewing 1 replies (of 1 total)
  • Plugin Contributor Ketan Patel

    (@patelketan)

    Hello,

    Thanks for reaching here.

    You want to change the custom post type then please add this filter in your theme function.php file.

    function wpbaw_modify_blog_post_slug( $slug ){
      $slug = 'as'; // Write your desired slug
      return $slug;
    }
    add_filter( 'wpbaw_blog_post_slug', 'wpbaw_modify_blog_post_slug' );

    Please go to Setting–> Permalink and under Permalink setting, click on
    1) Plain radio button and save.
    2) Once done, again click on the Post Name radio button and press save. This will fix your issue.

    Note:- You want to remove the custom post type slug but this is custom work then please find our website and join live chat.

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘blog-post’ is closed to new replies.