Forums

How to change Admin headers? (3 posts)

  1. kcire
    Member
    Posted 2 years ago #

    I would like to change the word 'Posts' into something else when seeing this in the admin part of WordPress.

    See this image for some more clearification:
    http://www.ericks.nl/wordpress/posts_word.jpg

    I know 'it must be possible' but after looking at the pages involved it dazzled me a bit.

    Any suggestions?

  2. EMG
    Member
    Posted 2 years ago #

    In the wp-admin folder, in the menu.php (AFTER backing up your menu.php file should anything go wrong!), find this line:

    $menu[5] = array( __('Posts'), 'edit_posts', 'edit.php', '', 'open-if-no-js menu-top', 'menu-posts', 'div' );

    The value you need to change is the 'Posts' I believe.

  3. kcire
    Member
    Posted 2 years ago #

    Have tried this emediatly, and it was what I was looking for, thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic