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 ..
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
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 ..