Dener misin? header.php





>



<?php <br/> /* <br/> * Print the <title> tag based on what is being viewed. <br/> */ <br/> global $page, $paged; <br/> <br/> wp_title( '|', true, 'right' ); <br/> <br/> // Add the blog name. <br/> bloginfo( 'name' ); <br/> <br/> // Add the blog description for the home/front page. <br/> $site_description = get_bloginfo( 'description', 'display' ); <br/> if ( $site_description && ( is_home() || is_front_page() ) ) <br/> echo " | $site_description"; <br/> <br/> // Add a page number if necessary: <br/> if ( $paged >= 2 || $page >= 2 ) <br/> echo ' | ' . sprintf( __( 'Page %s', 'web2feel' ), max( $paged, $page ) ); <br/> <br/> ?>















wp_enqueue_script('jquery');
wp_enqueue_script('custom', get_stylesheet_directory_uri() .'/js/custom.js');
wp_enqueue_script('superfish', get_stylesheet_directory_uri() .'/js/superfish.js');
wp_enqueue_script('flexslider', get_stylesheet_directory_uri() .'/js/jquery.flexslider-min.js');
wp_enqueue_script('carousel', get_stylesheet_directory_uri() .'/js/jquery.carouFredSel-5.5.0.js');
?>




/* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( 'thread_comments' ) )
wp_enqueue_script( 'comment-reply' );

/* Always have wp_head() just before the closing
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to such
* as styles, scripts, and meta tags.
*/
wp_head();
?>




>









'subnav', 'theme_location' => 'primary','menu_class'=>'sfmenu','fallback_cb'=> 'fallbackmenu' ) ); ?>