summer Posted February 2, 2012 Share Posted February 2, 2012 The root category of cms is supposed to be "home" not "inicio". Can someone tell me how to change "Inicio" back to "home"? I dont know how it got there. I can't find it in Translation. I have this in back and front office. Is it somewhere in database? Where is it located? Link to comment Share on other sites More sharing options...
tdr170 Posted February 2, 2012 Share Posted February 2, 2012 Link to comment Share on other sites More sharing options...
summer Posted February 2, 2012 Author Share Posted February 2, 2012 search this twentyten_page_menu_args function in your functions.php page and modify with my code function twentyten_page_menu_args( $args ) { $args['show_inicio'] = "Home"; return $args; } If solve, mark it as resolved. thats wordpress Try this go to modules/ Front Office features/ CMS Block and click on configure you will see an area that reads List of Left CMS blocks click on the edit icon and see if you can change to home in the drop down list. What is strage that is spanish for initiation. Hi tdr170, thanks for your reply. Nope, its not that. it is cms default root category not a cms block's name. Anyone? Link to comment Share on other sites More sharing options...
BGBK Posted February 2, 2012 Share Posted February 2, 2012 Same for our shop (running 1.4.6.2) I can´t find a way to edit or change "Inicio". Very strange... Anyone? Link to comment Share on other sites More sharing options...
Rhapsody Posted February 2, 2012 Share Posted February 2, 2012 Look in BO under Modules, CMS Block, "Configure", then edit the name of the appropriate block Link to comment Share on other sites More sharing options...
summer Posted February 3, 2012 Author Share Posted February 3, 2012 Look in BO under Modules, CMS Block, "Configure", then edit the name of the appropriate block please read previous posts. Anyone? Link to comment Share on other sites More sharing options...
summer Posted February 3, 2012 Author Share Posted February 3, 2012 got it. Login to database. Find table = ps_cms_category_lang Find field = name Select, browse Select Inicio, edit Solved. 3 Link to comment Share on other sites More sharing options...
Henrik Pantle Posted February 2, 2013 Share Posted February 2, 2013 thanks summer, that helped. i did this very easy with mySqlDumper Link to comment Share on other sites More sharing options...
Recommended Posts