• " . __('Front page: %s') . "", wp_dropdown_pages( array( 'name' => 'page_on_front', 'echo' => 0, 'show_option_none' => __('— Select —'), 'selected' => get_option('page_on_front') ) ) ); ?>
  • ". __('Posts page: %s') . "", wp_dropdown_pages( array( 'name' => 'page_for_posts','echo' => 0, 'show_option_none' => __('— Select —'), 'selected' => get_option('page_for_posts') ) ) ); ?>

Warning: these pages should not be the same!'); ?>


character encoding of your blog (UTF-8 is recommended, if you are adventurous there are some other encodings)') ?>