miguelgino
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
GREAT JOB! Keep it up Rob!
Hey Rob,
Here it is
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title><?php wp_title('-', 1, 'right'); ?> <?php bloginfo('name'); ?></title> <?php if(opt('favicon') != ""){ ?> <link rel="shortcut icon" href="<?php eopt('favicon'); ?>" /> <?php } else { ?> <link rel="shortcut icon" href="<?php echo THEME_IMAGES_URI ?>/favicon.png" /> <?php } ?> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!--[if lt IE 9]><script src="<?php echo THEME_JS_URI ?>/html5shiv.js"></script><![endif]--> <!--[if IE 8]><link rel="stylesheet" type="text/css" href="<?php echo THEME_CSS_URI ?>/ie8.css" /><![endif]--> <!-- Theme Hook --> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php echo do_shortcode('[google-translator]'); ?> <?php theme_before_header(); ?> <?php if( opt('loader_display') == 1 ) { ?> <!-- loader --> <div class="wrap start_loader"></div> <?php } ?> <div id="top"></div>
alright i’m gonna upload it on a test domain so you can check it out.
Hi Rob,
I am still running it locally..
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)