DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Display Page You Created In WordPress
// display page you created in WordPress
<?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?>





