Jump to content

How do I change "Inicio" to "home"


Recommended Posts

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?

:rolleyes:

Link to comment
Share on other sites

 

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

  • 11 months later...
×
×
  • Create New...