• Hi,

    I’m new to wordpress and I’m trying to change the menu page titled “Home” for something else. The website is https://www.hiap2013.com.

    I’ve tried solutions for other themes and I’ve looked for the templates of header.php, but I couldn’t find something that could change this.

    Thanks a lot!!

    Sebastián

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try looking in the theme’s index.php template file.

    Thread Starter spena

    (@spena)

    Hi,

    I’m not familiar with the language, can you see where to include it?

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    as your theme is based on Twenty Ten, have a look into functions.php and see if you can find:

    $args['show_home'] = true;
    	return $args;

    then change:
    true
    into:
    'Something Else'
    (you need to have the single quotes)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change "Home" menu in Splendio’ is closed to new replies.