Viewing 5 replies - 1 through 5 (of 5 total)
  • t31os

    (@t31os)

    Start with making a list with accompanying CSS?

    <ul class="mynav">
    <li>First item</li>
    <li>Second item</li>
    <li>Third item</li>
    <li>Forth item</li>
    </ul>

    Or if you want to grab pages…

    <ul>
    <?php wp_list_pages(); ?>
    </ul>

    The codex is a good place to start…

    Your question is so general it’s hard to know where to point you..

    Thread Starter dave-g-o

    (@dave-g-o)

    thanks that is very helpful, but where would I put the list code?

    Thread Starter dave-g-o

    (@dave-g-o)

    i suppose actaully the best thing would be to find a theme with a left hand menu list for navigation and a customisable header image, any ideas where to look?

    Saurus

    (@saurus)

    The Themes directory would be a good place to start.

    t31os

    (@t31os)

    Everyone likes something different, but i’d have to agree with above, that’s a good place to start.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘now a more tricky question’ is closed to new replies.