The link for adding a new page is "Add New Content" the top of the page has "Current Pages".
Feedback from some of the users that work on sites I maintain indicate this is confusing.
Should be "Add New Page"
Adding Pages and Content
Re: Adding Pages and Content
FTP to site, in the admin folder is a lang folder in that is en_US folder in that is the admin.inc.php on line 6 is
$lang['admin']['addcontent'] = 'Add New Content'; change it to
$lang['admin']['addcontent'] = 'Add New Page';
worked for me...
mark
of course if your not using english you will have to find the lang version you are using and change that....
$lang['admin']['addcontent'] = 'Add New Content'; change it to
$lang['admin']['addcontent'] = 'Add New Page';
worked for me...
mark
of course if your not using english you will have to find the lang version you are using and change that....