Sunday, May 26, 2013

newly uploaded theme not showing

newly uploaded theme not showing

I just uploaded a newly created and uploaded theme to find that something along the way isn't working. When visiting the site, I'm greeted with nothing but a blank page.
I'm thinking that since nothing at all is showing up, that the problem lies in the header..
<html <?php language_attributes(); ?>>
    <head>
        <meta charset="<?php bloginfo( 'charset' ); ?>" />
        <title><?php wp_title(); ?></title>
        <meta name="description" content="<?php bloginfo( 'description' ); ?>">
        <link rel="profile" href=http://gmpg.org/xfn/11 />
        <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" />
        <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
        <?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
        <?php wp_head(); ?>
    </head>

<body>
<div id="container">
    <div id="header">
        <div class="logo">
            <h1><img src="<?php bloginfo('template_directory'); ?>/img/logo.png" alt="christa and ivy photography logo" /></h1>
        </div><!-- end logo -->
        <nav>
            <ul>
                <li><a href="http://christaandivy.com/www/overview">SITE</a></li>
                <li><a href="http://christaandivy.com/www/pages/about">ABOUT</a></li>
                <li><a href="http://christaandivy.com/www/pages/contact">CONTACT</a></li>
                <li><a href="#">SEARCH</a></li>
            </ul>
        </nav><!-- end nav -->
    </div><!-- end header -->
Any ideas what's going on?

No comments:

Post a Comment