• When I type in /wordpress into my browser, where does it go? Does it go to the index.php in the root wordpress directory, or does it go somewhere else? I’m using the Wicketpixit 1.0 theme and need to know where to go to edit some of the stuff on the home page. I’m very new to wordpress, just started messing around with it today, so you might have to be patient with me.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • what’s the url of your site?

    it goes to the index.php that is in your current theme’s directory.

    themes are found in your wp-content/themes/ directory.

    so if you installed your blog into a directory named wordpress, and you are still using the a theme named Wicketpixit, then you need to look at wordpress/wp-content/themes/Wicketpixit-1-0/index.php (or similar)

    Thread Starter 735269

    ok, i think i found what i needed. I was trying to add a link to the nav bar. I found the code in the header.php file.
    `<div id=”nav”>

      <?php if (is_home()) { echo ”; } else { ?>

    • /”>Home<?php } ?>
      <?php wp_list_pages(‘depth=1&sort_column=menu_order&title_li=’); ?>

    </div>`
    To add a link, would I have to find the “wp_list_pages” entry and change that? If so, does anyone know where that might exist.

    Thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘need help finding default page’ is closed to new replies.