Hey WPers, I'm having a major problem and I am currently using the rest of the brain matter I have left to write this. I'm going to keep it simple. I created a wordpress theme and uploaded the necessary file as far as I am aware. I was getting errors which I went back through and fixed. Now, I have no errors being reported but my theme is blank.
Here's all of my php pages combined (still split up by comments):
<?php
/**
* @package WordPress
* @subpackage The Seven
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>" charset=<?php bloginfo('charset'); ?>" />
<meta name="keywords" content="shark, seven, 757, virginia, tidewater, hampton roads, virginia beach, norfolk, hampton, newport news, portsmouth, chesapeake, suffolk, tshirt, fashion, music, urban, watts, index" />
<meta name="description" content="SevenSharks.com is a multi-purpose, lifestyle website dedicated to bringing attention to things, people, and events in the 757 area of Virginia. The 757 area is comprised of seven cities -Virginia Beach, Norfolk, Chesapeake, Portsmouth, Hampton, Newport News and Suffolk- formally known as Hampton Roads." />
<title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
<style type="text/css" media="screen">
</head>
<body id="body">
<div id="wrapper">
<div id="header">
<img src="<?php bloginfo('template_url'); ?>/imgs/header.png" width="900" height="250" alt="Seven Sharks Dot Com" />
</div>
<!-- End Header -->
<!-- Start Index -->
<?php
/**
* @package WordPress
* @subpackage The Seven
*/
get_header(); ?>
<table width="275" border="0" cellspacing="5" cellpadding="5" id="navbox">
<tr>
<td class="navitem"><a href="index.html" title="Home">Home</a></td>
<td class="navitem"><a href="tees.html" title="Get Some!">Tees</a></td>
<td class="navitem"><a href="about.html" title="About The Seven">About The Seven</a></td>
<td class="navitem"><a href="contact.html" title="Hit us up!">Reach Us</a></td>
</tr>
</table>
<div id="wrule">
<img src="<?php bloginfo('template_url'); ?>/imgs/waves.png" width="900" height="49" alt="waves" />
</div>
<div id="blog">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h1 class="blogtitle"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
</h1>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
<br />
<div class="entry_date">
<?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> -->
<?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<hr class="bhrule" />
<?php endif; ?>
</div>
<!-- End Index -->
<!-- Start Sidebar -->
<?php
/**
* @package WordPress
* @subpackage The Seven
*/
?>
<div id="twitbox">
<img src="<?php bloginfo('template_url'); ?>/imgs/follow.png" width="147" height="35" alt="Follow Us" />
<br />
<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">
new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 1,
interval: 6000,
width: 300,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#ff0000',
},
tweets: {
background: '#3d3d3d',
color: '#ffffff',
links: '#1cdfe6'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('SharkusCamby').start();
</script>
<br />
<hr id="rrule"/>
<br />
<img src="<?php bloginfo('template_url'); ?>/imgs/sevensays.png" width="130" height="37" alt="The Seven Says..." /><br />
<script type="text/javascript" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script type="text/javascript">
new TWTR.Widget({
version: 2,
type: 'search',
search: '#757',
interval: 5000,
title: 'Talk of the Seven',
subject: 'Wats d word 7?',
width: 300,
height: 300,
theme: {
shell: {
background: '#000000',
color: '#ff0000'
},
tweets: {
background: '#0e2c33',
color: '#ffffff',
links: '#52d4ff'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'default'
}
}).render().start();
</script>
</div>
<div class="clear"></div>
</div>
<!-- End sidebar -->
<!-- Start Footer -->
<?php
/**
* @package WordPress
* @subpackage The Seven
*/
?>
<hr class="hrule" />
<br />
<div id="copyright">
All Content © 2010 Seven Sharks. All Rights Reserved.
</div>
<div class="clear"></div>
</div>
<?php wp_footer(); ?>
</body>
</html>
<!-- End footer -->
Please help me figure out wtf is going on. This is my 7th attempt at getting my custom theme to work and I'm seriously on the verge of punching kittens. If you care anything at all about kittens, you will assist me. Upon helping me find the solution, I shall call you sire.