/** * framework functions and definitions * @package WordPress * @subpackage CYSY Framework 3 * @since CYSY Framework 3.0 */ /* ........................... CUSTOM POST TYPES ................................ */ /* Below is an include to a default custom post type. To turn it off, just remove the code or comment it out.*/ //include(TEMPLATEPATH . '/library/post_types.php'); /* .............................. CUSTOM FIELDS FOR POSTS/PAGES .................. */ /* Below is an include to default custom fields for the blog posts. To turn it off, just remove the code or comment it out.*/ //include(TEMPLATEPATH . '/library/custom_fields.php'); // This theme styles the visual editor with editor-style.css to match the theme style. add_editor_style(); // This theme uses post thumbnails if ( function_exists( 'add_theme_support' ) ) { // WP 2.9 or Greater add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 300, 250, true ); // Normal Post Thumbnail add_image_size( 'featured-homepage', 640, 310, true ); // Home Page Featured Thumbnail add_image_size( 'tab-thumbnail', 60, 60, true ); // For Tabs add_image_size( 'archive-photo-thumbnail', 225, 150, true ); // Archive Thumbnail add_theme_support( 'automatic-feed-links' ); } //................... CUSTOM NAV MENU ..................................................// // If you'd like to add a custom navigation to the site, uncomment the block of code below: // Go to http://codex.wordpress.org/Function_Reference/wp_nav_menu for questions about usage // CYSY Framework 3 Copyright(c) 2012-2013 - CYber SYtes, Inc. All Rights Reserved // To register a custom nav so that you can update it from wordpress back office: register_nav_menus( array( 'primary' => __( 'Primary Navigation', 'CYSY Framework 3' ), ) ); // To display custom nav in theme use: //*** wp_nav_menu( array( 'container_class' => 'your_navigation_container', 'theme_location' => 'primary' ) ); ? > //.................. GIVE CUSTOM NAV MENU ABILITY FOR DESCRIPTIONS .................. // // CYSY Framework 3 Copyright(c) 2012-2013 - CYber SYtes, Inc. All Rights Reserved // To apply this to a theme simply add an item to the wp_nav_menu array like so: // $walker = new My_Walker; // wp_nav_menu(array( // 'menu_class' => 'navigation', // 'theme_location' => 'primary-menu', // 'walker' => $walker // )); // ? > class My_Walker extends Walker_Nav_Menu { function start_el(&$output, $item, $depth, $args) { global $wp_query; $indent = ( $depth ) ? str_repeat( "\t", $depth ) : ''; $class_names = $value = ''; $classes = empty( $item->classes ) ? array() : (array) $item->classes; $class_names = join( ' ', apply_filters( 'nav_menu_css_class', array_filter( $classes ), $item ) ); $class_names = ''; $output .= $indent . '
_e( 'Pingback:', 'CYSY Framework 3' ); ?> comment_author_link(); ?> edit_comment_link( __('(Edit)', 'CYSY Framework 3'), ' ' ); ?>
break; endswitch; } endif; /** * Register widgetized areas, including two sidebars widgets for this framework. // CYSY Framework 3 Copyright(c) 2012-2013 - CYber SYtes, Inc. All Rights Reserved * @since CYSY Framework 3 * @uses register_sidebar */ // Area 1, located at the top of the sidebar. register_sidebar( array( 'name' => __( 'Primary Widget Area', 'CYSY Framework 3' ), 'id' => 'primary-widget-area', 'description' => __( 'The primary widget area', 'CYSY Framework 3' ), 'before_widget' => 'Thank you to everyone who stopped out and explained your products and services.\u00a0 We will be in touch with you very soon.<\/p>\n Check out these two of Fortified Shutters<\/a>.<\/p>\n
We had a great time at the HBA of West Florida<\/a>, ‘Meet the Builder’ event yesterday.<\/p>\n
endif; ?>