I tried changing "Home" to something else and "Crashed" my page.
-
I used these instructions below to change “Menu” to a new name. When I hit “update” everything went away. I did not do a back up. Is there anything I can do? I don’t remember what version, but I did just do an update. My website goes now where now: packteam4.org
function twentyten_page_menu_args( $args ) {
$args[‘show_home’] = true;
return $args;
}
and change where it says true to what to whatever you want it to say e.g.:
function twentyten_page_menu_args( $args ) {
$args[‘show_home’] = ‘Start’;
return $args;
}
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘I tried changing "Home" to something else and "Crashed" my page.’ is closed to new replies.