• Resolved joetaxpayer

    (@joetaxpayer)


    V 1.8 has links to pages, home, about, etc, on the top of the main area. with all the different .php files in any theme, can someone tell me where this gets coded? I am on v 1.6 where the pages are in a sidebar widget. If I knew which file to look at I could update my theme without loading every last file and breaking some modification I already made to this theme. Any help, much appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter joetaxpayer

    (@joetaxpayer)

    For those not familiar with the theme, it’s used by the author at http://www.mangoorange.com/
    You can see that what would be “pages” appear across the top of the main area, and not in a sidebar. I’d like someone smarter than I am (and that’s nearly anyone, really) to tell me where that code happens. My plan is to compare the .php file that has it to my own lower rev of this theme and just add that.
    Anyone?

    Try looking for <?php wp_list_pages('title_li=');?>. Possibly within, or called from, header.php.

    http://codex.wordpress.org/Template_Tags/wp_list_pages

    Thread Starter joetaxpayer

    (@joetaxpayer)

    esmi – amazing! For whatever reason, I was searching on the text files and header didn’t show this, but there it was. And one line of code turned it on:

    <?php $children = wp_list_pages(‘sort_column=menu_order&depth=1&title_li=’);?>

    I just needed the hint to find it and get it working. Much appreciated.
    Joe

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘i3theme link/page question’ is closed to new replies.