Skip to content

Instantly share code, notes, and snippets.

View lauhakari's full-sized avatar
🏠
Working from home

Mikko Lauhakari lauhakari

🏠
Working from home
View GitHub Profile
@lauhakari
lauhakari / change_wordpress_post_label.php
Last active October 11, 2015 13:27
Change names/labels of Wordpress "Posts"
<?php
/*
* Add this code to your functions.php file (or in a file that is included in it).
* Change the TEXTDOMAIN to match one in your theme, or remove argument all together.
*
* In example code below Post(s) is changed to New(s).
*/
/** Changes the menu labels for "Posts" **/