If you want to change the default page title of an archive in WordPress, all you need to do is add this simple little piece of code to your functions.php file…
function change_archive_object_label() {
global $wp_post_types;
$labels = &$wp_post_types['post']->labels;
$labels->name = 'NEW TITLE HERE';
}
add_action( 'init', 'change_archive_object_label' );
Last updated by at .
Posted in:
Web Design Hampshire, Web Design Portsmouth, Web Design Southampton, Web Design Tips, Wordpress
Post Tags:
Tweet
Post Tags: