Need help to do small modification this WP theme

Discussion in 'PHP' started by odysseus, Jul 16, 2007.

  1. #1
    Hi

    Anyone can help suggest how can I modify this WP theme to show the pages as how a normal WP theme is doing i.e. automatically displaying pages. In this theme, the pages are hardcoded. My blog url is www.leslieho.com

    Thanks in advance
     
    odysseus, Jul 16, 2007 IP
  2. AsHinE

    AsHinE Well-Known Member

    Messages:
    240
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    138
    #2
    I suppose you should use WP tag:
    <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>
    I don't know whether it is compatiable with your version of wordpress. If it does not, you should look in source of other themes so see how it is done.
     
    AsHinE, Jul 17, 2007 IP