Title: Article instead blog!
Last modified: February 27, 2023

---

# Article instead blog!

 *  Resolved [Imrank.](https://wordpress.org/support/users/imrankhan99khi/)
 * (@imrankhan99khi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/)
 * Hello, thank for the amazing work and plugin! Could you please assist me or provide
   me some code to change the plugin name to Article instead of Blog on my site?
   Looking forward for your assistance! Regards
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Farticle-instead-blog%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16512397)
 * Hello,
 * Thanks for reaching out here…
 * Please go to your theme function.php file and added this code to your theme function.
   php file.
 *     ```wp-block-code
       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://wordpress.org/support/plugin/wp-blog-and-widgets/reviews/](https://wordpress.org/support/plugin/wp-blog-and-widgets/reviews/)
 * Please check and let me know if you have anything else…
 * Thanks,
 *  Thread Starter [Imrank.](https://wordpress.org/support/users/imrankhan99khi/)
 * (@imrankhan99khi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16514170)
 * 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
 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16516359)
 * Hello,
 * Thanks for reaching here…
 * Please share the screenshot of which place you are changing “blog” to “Article”.
 *  Thread Starter [Imrank.](https://wordpress.org/support/users/imrankhan99khi/)
 * (@imrankhan99khi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16517399)
 * 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
 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16517707)
 * 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.](https://wordpress.org/support/users/imrankhan99khi/)
 * (@imrankhan99khi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16517725)
 * 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
 *  [Ketan Patel](https://wordpress.org/support/users/patelketan/)
 * (@patelketan)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16520585)
 * 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.](https://wordpress.org/support/users/imrankhan99khi/)
 * (@imrankhan99khi)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16525594)
 * Hello, thank you for all your replies.. It has been sorted out and it’s working
   perfect now. Thanks and Regards

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Article instead blog!’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-blog-and-widgets_1f4463.svg)
 * [WP Blog and Widgets](https://wordpress.org/plugins/wp-blog-and-widgets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-blog-and-widgets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-blog-and-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-blog-and-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-blog-and-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-blog-and-widgets/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Imrank.](https://wordpress.org/support/users/imrankhan99khi/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/article-instead-blog/#post-16525594)
 * Status: resolved