You want to change our plugin post type slug. Please go to your theme function.php file and added the below filter in your function file so you can change the news post type slug.
function wpnw_modify_news_post_slug( $slug ){
$slug = 'in-news'; // Write your desired slug
return $slug;
}
add_filter( 'wpnw_news_post_slug', 'wpnw_modify_news_post_slug' );
If you like our plugin please rate and review this plugin. Please check and let me know if you have anything else.
Thanks
Thread Starter kertus
(@kertus)
Thank you Ketan. The slug has changed.
But another challenge is its calling archive pages instead of main page
Hello,
If you like our plugin please give us an important Rate and Review it Here…