/** * 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' => 'ParsCo Construction is often approached about constructing an office building or a tenant build-out space. One of the distinguishing factors that dictates pricing and overall design is the Metropolitan Base Factors of what the space is intended to be, where it is located, and how\/who will utilize. For those unfamiliar with real estate and these classes here are the three major classifications:<\/p>\n
Class A <\/span><\/p>\n <\/div>\n <\/div>\n <\/p>\n Class B <\/strong><\/span><\/p>\n <\/div>\n <\/strong><\/span><\/p>\n Class C <\/span><\/p>\n <\/div>\n
<\/strong>Most prestigious buildings competing for premier office users with rents above average for the area. Buildings have high quality standard finishes, state of the art systems, exceptional accessibility and a definite market presence.<\/span><\/p>\n<\/a><\/div>\n
<\/a><\/div>\n
<\/a><\/div>\n
<\/a><\/div>\n
<\/span><\/p>\n
<\/strong>Buildings competing for a wide range of users with rents in the average range for the area. Building finishes are fair to good for the area. Building finishes are fair to good for the area and systems are adequate, but the building does not compete with Class A at the same price.<\/span><\/p>\n<\/a><\/div>\n
<\/a><\/strong><\/div>\n
<\/strong><\/p>\n<\/a><\/strong><\/div>\n
<\/strong><\/p>\n
<\/strong><\/span><\/p>\n
<\/strong>Buildings competing for tenants requiring functional space at rents below the average for the area.<\/span><\/p>\n<\/a><\/div>\n
endif; ?>