• Resolved lunch

    (@lunch)


    https://lazyjedi.com/

    I’d like to change the default ‘home’ tab to read ‘welcome’. I have no real css experience but i’m not affraid to tweak it given the right advice. Any help much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • check in the header.php file of your theme. search for the word ‘home’
    if you find it, change it to ‘welcome’

    make a copy of the file first, if you screw up, just replace it with the original

    Thread Starter lunch

    (@lunch)

    Sounds straightforward enough. What I see in the Header file is this:

      <li <?php if(is_home()){echo ‘class=”first current_page_item”‘;}?>>/” title=”Home”>Home
      <?php wp_list_pages(‘title_li=&depth=1&’.$page_sort.’&’.$pages_to_exclude)?>

    Is this the part i need to change?
    Which of those ‘homes’ should be changed?

    change both of them, be careful not to accidentally delete the quote marks or anything else.

    Thread Starter lunch

    (@lunch)

    perfect. thanks alot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘terrafirma theme’ is closed to new replies.