Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
rogermoss
/
nouveau
/
wp-content
/
themes
/
ResponsivePortfolioDessign
📤 Upload
📝 New File
📁 New Folder
Close
Editing: header.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> <?php wp_head(); ?> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900' rel='stylesheet' type='text/css'> <!--[if lt IE 9]> <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> <![endif]--> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" title="no title" charset="utf-8"/> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/mobile.css" type="text/css" media="screen" title="no title" charset="utf-8"/> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/slicknav.css" /> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <!-- <script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>--> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.infinitescroll.js"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.slicknav.js"></script> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/retina-1.1.0.min.js"></script> <!--// 2 below for slider --> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/slippry.js"></script> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/slippry.css"> <script src="<?php bloginfo('stylesheet_directory'); ?>/js/scripts.js"></script> <?php $shortname = "design_studio"; ?> <style type="text/css"> body { <?php if(get_option($shortname.'_background_image_url','') != "") { ?> background: url('<?php echo get_option($shortname.'_background_image_url',''); ?>') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; <?php } ?> <?php if(get_option($shortname.'_custom_background_color','') != "") { ?> background-color: <?php echo get_option($shortname.'_custom_background_color',''); ?>; <?php } ?> } </style> </head> <body <?php body_class($class); ?>> <header id="header"> <div class="container"> <div class="logo_cont"> <?php if(get_option($shortname.'_custom_logo_url','') != "") { ?> <a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_option($shortname.'_custom_logo_url',''); ?>" class="logo" alt="logo" /></a> <?php } else { ?> <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" class="logo" alt="logo" /></a> <?php } ?> </div><!--//logo_cont--> <div class="clear"></div> </div><!--//container--> <div class="header_bottom"> <div class="container"> <div class="header_menu"> <!--<ul> <li><a href="#">HOME</a></li> <li><a href="#">CATEGORY</a> <ul> <li><a href="#">Design</a></li> <li><a href="#">Architecture</a></li> <li><a href="#">Photography</a></li> <li><a href="#">Design</a></li> <li><a href="#">Architecture</a></li> <li><a href="#">Photography</a></li> </ul> </li> <li><a href="#">ABOUT</a></li> <li><a href="#">BLOG</a></li> <li><a href="#">CONTACT</a></li> </ul>--> <?php wp_nav_menu('theme_location=header-menu&container=false&menu_id=main_header_menu'); ?> </div><!--//header_menu--> <div class="right"> <div class="header_social"> <?php if(get_option($shortname.'_twitter_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_twitter_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/twitter-icon.png" alt="twitter" /></a> <?php } ?> <?php if(get_option($shortname.'_facebook_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_facebook_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/facebook-icon.png" alt="facebook" /></a> <?php } ?> <?php if(get_option($shortname.'_google_plus_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_google_plus_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/google-plus-icon.png" alt="google plus" /></a> <?php } ?> <?php if(get_option($shortname.'_picasa_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_picasa_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/picasa-icon.png" alt="picasa" /></a> <?php } ?> <?php if(get_option($shortname.'_pinterest_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_pinterest_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/pinterest-icon.png" alt="pinterest" /></a> <?php } ?> <?php if(get_option($shortname.'_vimeo_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_vimeo_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/vimeo-icon.png" alt="vimeo" /></a> <?php } ?> <?php if(get_option($shortname.'_youtube_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_youtube_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/youtube-icon.png" alt="youtube" /></a> <?php } ?> <?php if(get_option($shortname.'_flickr_link','') != '') { ?> <a href="<?php echo get_option($shortname.'_flickr_link',''); ?>"target="_blank"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/flickr-icon.png" alt="youtube" /></a> <?php } ?> <div class="clear"></div> </div><!--//header_social--> <div class="header_search"> <form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>"> <input type="text" placeholder="Search" name="s" id="s" /> <INPUT TYPE="image" SRC="<?php bloginfo('stylesheet_directory'); ?>/images/search-icon.jpg" BORDER="0" ALT="Submit Form"> </form> </div><!--//header_search--> <div class="clear"></div> </div><!--//right--> <div class="clear"></div> </div><!--//container--> </div><!--//header_bottom--> </header><!--//header--> <div class="header_spacing"></div>
Save
Cancel