Skip to content

Instantly share code, notes, and snippets.

View novastevenson's full-sized avatar

novastevenson

View GitHub Profile
<?php
/**
* Rename "Posts" to "News"
*
* @link http://new2wp.com/snippet/change-wordpress-posts-post-type-news/
*/
add_action( 'admin_menu', 'engage_change_post_menu_label' );
add_action( 'init', 'engage_change_post_object_label' );
function engage_change_post_menu_label() {