In this case, renaming it to News. What does this do exactly? Let’s say you have a client, and to make everything clear or less confusing, renaming Posts to News is easier to explain on their documentation. Add this code on your current theme’s functions.php file. function change_post_label() { global $menu; global $submenu; $menu[5][0] =… Continue reading Changing Posts Menu Label in WordPress