A Small modification

Discussion in 'WordPress' started by Emma13th, Dec 22, 2010.

  1. #1
    Hi ..

    in the dashboard, when adding new post ..

    there is

    "Add New Post"
    "Enter title here"


    I want to add a small text after "Add new post" for my authors to remember ..

    how can I do that ???

    Will be really thankful ..
     
    Emma13th, Dec 22, 2010 IP
  2. JoshDek

    JoshDek Peon

    Messages:
    10
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will need to go into your wp-admin folder and edit the menu.php file.

    on line 85 replace the code with

    	$submenu['edit.php'][10]  = array( _x('Add New YOUR NEW TEXT HERE', 'post'), 'edit_posts', 'post-new.php' );
    PHP:
    obviously replace the YOUR TEXT HERE with your text
     
    Last edited: Dec 22, 2010
    JoshDek, Dec 22, 2010 IP
  3. Emma13th

    Emma13th Peon

    Messages:
    455
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    that's in the menu, I need to add text to the post-new.php file ..

    I can't figure out where to put the text ..
     
    Emma13th, Dec 22, 2010 IP
  4. adimaryanto

    adimaryanto Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    To my knowledge, the feature is on premium themes.
     
    adimaryanto, Dec 23, 2010 IP