prefix; ?>

Edit Page
click to open
get_results( "SELECT * FROM ".$prefix."bwadminpages WHERE id=".$id.""); if( $result ) { foreach( $result as $row ) { $page_title = $row->page_title; $page_content= $row->page_content; $menu_position = $row->menu_position; $menu_icon = $row->menu_icon; $menu_capability = $row->menu_capability; //$page_styles = $row->page_styles; //$page_styles = strtr($page_styles, array("\r\n" => '', "\r" => '', "\n" => '')); $id = $row->id; ?>

Editing: '.$page_title; ?>






Visit this page for more information on menu position.




Visit this page for all icon options.




Change who can see this page

Currently, is set to be seen by:




New Page
click to open



All Pages
click to open
    get_results( "SELECT * FROM ".$prefix."bwadminpages"); $num_rows = $wpdb->num_rows; $count = 1; if(!$result == "") { foreach($result as $row) { if($count == $num_rows) { echo '
  • '.$row->page_title.'
  • '; } else { echo '
  • '.$row->page_title.'
  • '; } $count++; } } else { echo '
  • '.esc_attr_e( 'There are no pages', 'wp_admin_style' ).'
  • '; } ?>