Do you want to change the default “Posts” menu title to “Articles” or whatever you want to write in WordPress? Then you came to the right place.
In WordPress, by default the title of posts menu is Posts and inside of WordPress dashboard, there is no option to change it. But it is possible with code.
Read also: Create Fixed Menu When Scrolling Page with CSS and Jquery, How to Remove Menu Item Link in WordPress – Not Clickable
Here we have posted the simple code snippets that will help you to rename the default “Posts” menu to “News”, “Articles” or something else. Just follow the below guide.
Let’s not waste time and go to the point.
Rename Posts Menu title
Below we have embedded the code snippets that you need to put in your WordPress theme. Just copy the below code and paste it into your theme’s functions.php file.
After that, change the posts menu title to whatever you want.
Code to Change Posts menu name
Example of Changing Posts Menu title code:
That’s it.
Read also: WordPress Remove Dashboard Menu items from Users Without Plugin
Hope this guide helped you.
If you got any error or have any questions please let us know in the comment box. Also, share what you think about this post.