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
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.