Hello,
Thanks for connecting with us…
Please go to your activated theme function.php file and add the below filter code in your function file and check.
function wpnw_modify_news_post_slug( $slug ){
$slug = 'latest-news'; // Write your desired slug
return $slug;
}
add_filter( 'wpnw_news_post_slug', 'wpnw_modify_news_post_slug' );
Please refer to the below screenshot.
https://prnt.sc/Lh83niC3lG5p
Please check and let me know if you have anything else.
Thanks,
Yes! That fixed my problem. Thank you for the help. Appreciate it.
Hello @kourosh77
Please share your rating and review if you like our plugin and support.
I just did. Thanks again.