Contents' ); echo '
  • Meta

      '; wp_register(); echo '
    • '; wp_loginout(); echo '
  • '; wp_meta(); } else { wp_list_pages('depth=1&sort_column=menu_order&title_li=

    Contents

    ' ); } ?>
  • RSS Feeds

    • Posts RSS 2.0 XML Feed
    • Comments Comments RSS 2.0 XML Feed
    ID; while($current_page) { $page_query = $wpdb->get_row("SELECT ID, post_name, post_parent FROM $wpdb->posts WHERE ID = '$current_page'"); $current_page = $page_query->post_parent; } $parent_id = $page_query->ID; $parent_name = $page_query->post_name; $test_for_child = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = '$parent_id'"); if($test_for_child) { ?>
  • Categories

  • get_results("SELECT cat_id, cat_name FROM $wpdb->linkcategories"); foreach ($link_cats as $link_cat) { ?>
  • cat_name; ?>

      cat_id, '
    • ', '
    • ', '', FALSE, 'id', FALSE, FALSE); ?>