'Copyright Since (start date goes here)', 'intro_text' => '
put text here.
', 'single_text' => 'put text here
', 'page_text' => 'put text here
', 'header_style' => '', 'featured_title' => 'Featured Content', 'blog_title' => 'Latest Headlines', 'side_heading' => 'Side Menu', 'side_nav' => 'Side Menu', 'author_credits' => true ); if ( is_admin() ) : // Load only if we are viewing an admin page function badeyes_register_settings() { // Register settings and call sanitation functions register_setting( 'badeyes_theme_options', 'badeyes_options', 'badeyes_validate_options' ); } add_action( 'admin_init', 'badeyes_register_settings' ); function badeyes_theme_options() { // Add theme options page to the addmin menu add_theme_page( 'Badeyes Theme Options', 'Badeyes Theme Options', 'edit_theme_options', 'theme_options', 'badeyes_theme_options_page' ); } add_action( 'admin_menu', 'badeyes_theme_options' ); // Function to generate options page function badeyes_theme_options_page() { global $badeyes_options, $badeyes_categories, $badeyes_layouts; if ( ! isset( $_REQUEST['updated'] ) ) $_REQUEST['updated'] = false; // This checks whether the form has just been submitted. ?>Use this area to add or remove items from the front end of the site.
You can use HTML in the edit boxes, but especially in the Intro Text area, if you do not then it will not render properly on the front end.
Important! This Theme requires that you have the TwentyFourteen Theme installed.
If you haven't already done so you can see a mock up version of this site at www.badeyes.com/2014/ (opens in new window/tab).
This Child Theme has been optimized for screen reader users but should still be understanbable by those who dont, see changes below.
If you use a screen reader then you will need to go to your Profile page and check the box "Disable the visual Editor" so that you can create Posts properly, you will quickly find out that it does not work very well if you dont.
Screen reader users will also need to go to the Widgets page and check the "enable accessibility mode" in the "Screen Options" area in order to be able to add and edit Widgets.
The ability to crop the image has been removed for a number of reasons:
This Child Theme has 3 possible Menus, there is a custom menu an Primary one, both are situated horizontally under the Header section and the Secondary one or "Side Menu" located in the left hand sidebar.
Neither These menus nor their corresponding "Skip Links" will appear unless you create and manage them in the Menus area.
You can see examples at www.badeyes.com/2014/ (opens in new window/tab)
If you are new to WordPress then you might find my book useful even if you dont use a screen reader you can buy it at www.wordpressforbadeyes.com(opens in new window/tab.