Hello,
Thanks for reaching out here…
Please go to your theme function.php file and added this code to your theme function.php file.
function wpbaw_post_type_article_args( $wpbaw_blog_labels ){
$wpbaw_blog_labels['labels']['menu_name'] = 'Article';
$wpbaw_blog_labels['labels']['name'] = 'Article';
$wpbaw_blog_labels['labels']['add_new'] = 'New Article';
return $wpbaw_blog_labels;
}
add_filter( 'wpbaw_blog_registered_post_type_args', 'wpbaw_post_type_article_args' );
If you like our plugin please give us an important Rate and Review it Here…
https://ww.wp.xz.cn/support/plugin/wp-blog-and-widgets/reviews/
Please check and let me know if you have anything else…
Thanks,
Thread Starter
Imrank.
(@imrankhan99khi)
Hello, thank for the response! I have pasted the provided code in functions.php theme section but unfortunately nothing happened, It doesn’t change the blog name to article! Looking forward for your assistance! Regards
Hello,
Thanks for reaching here…
Please share the screenshot of which place you are changing “blog” to “Article”.
Thread Starter
Imrank.
(@imrankhan99khi)
Hello, Thank you for the reply again. I need to change the name from Blog to Article on wp Dashboard and also in url slug and on Browser tab icon. (in url slug it shows “blog posts”) Instead “blog posts”, i am using it for article section on my site. Looking forward for your assistance! Regards
Hello,
Thanks for reaching out here…
Please go to wp-content -> wp-blog-and-widgets -> includes -> wpbaw-post-types.php file and you can modify this file for your need.
Thanks,
Thread Starter
Imrank.
(@imrankhan99khi)
Hello, thank you once again for your reply. Unfortunately i am not that expert to edit the wp Content file, therefore i am asking for assistance! OR few more hints could work for me . Thanks for your understanding. Regards
Hello,
Please share all screenshots of which place you are changing “blog” to “Article” so we will check and possibly help you.
Thanks,
Thread Starter
Imrank.
(@imrankhan99khi)
Hello, thank you for all your replies.. It has been sorted out and it’s working perfect now. Thanks and Regards