Hei Leute, ich brauche mal wieder erure Hilfe (schon wieder :( )
Also ich habe folgendes Problem:
Ich habe mir ein Theme mit Dreamweaver gebastelt, und dieses dann mit diser Anleitung: #1 Eigenes WordPress Theme / Template erstellen - Tutorial - HowTo at webworkBlog.net
In ein Wordpress Theme umgewandelt.
Das Problem ist jetz, das wenn man auf meine Internetseite: The-Lars.ch geht mann nichts auser den Background sieht.
Hab schon die ganze zeit gesucht, jedoch nichts gefunden, kann mir jemand sagen an was das liegt?
Hier noch die index.php:
PHP
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<table border="0" cellpadding="0" cellspacing="0"
class="content-top" style="width: 641px; height: 180px;">
<tbody>
<tr>
<td>
<h1 align="center"> </h1>
<h1 align="center"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><?php the_title(); ?></a></h1>
<p align="center"><?php comments_popup_link('0 Kommentare', '1 Kommentar', '% Kommentare'); ?> | ?php the_category(', ') ?></p>
<p> </p>
<br>
</td>
<td width="140">
<h2> </h2>
<h2><strong><?php the_time('d.m') ?></strong></h2>
<h3><?php the_time('Y') ?></h3>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="40" cellpadding="0"
background="http://the-lars.ch/wp-content/themes/blue/images/content-mitte.jpg" width="641">
<tbody>
<tr>
<td>
<?php the_content(__('Den rest des Eintrages anzeigen', 'kubrick')); ?>
</td>
</tr>
</tbody>
</table>
<table width="641" border="0" cellspacing="0"
cellpadding="0">
<tbody>
<tr>
<td><img src="http://the-lars.ch/wp-content/themes/blue/images/content-footer.jpg" alt="Content-footer"
width="640" height="59"></td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>
<?php endwhile; ?>
<p> </p>
<?php next_posts_link('� vorherige Seite') ?> - <?php previous_posts_link('n�chste Seite �') ?>
<p> </p>
</td>
</tr>
</tbody>
</table>
<?php else : ?>
<table border="0" cellpadding="0" cellspacing="0"
class="content-top" style="width: 641px; height: 180px;">
<tbody>
<tr>
<td>
<h1 align="center"> </h1>
<h1 align="center">Sorry</h1>
<p align="center"></p>
<p> </p>
<br>
</td>
<td width="140">
<h2> </h2>
<h2><strong></strong></h2>
<h3></h3>
</td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="40" cellpadding="0"
background="content-mitte.jpg" width="641">
<tbody>
<tr>
<td>
<h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
<p class="center"><?php _e('Sorry, du suchst nach einem Eintrag der nicht Existiert!', 'kubrick'); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
</td>
</tr>
</tbody>
</table>
<table width="641" border="0" cellspacing="0"
cellpadding="0">
<tbody>
<tr>
<td><img src="http://the-lars.ch/wp-content/themes/blue/images/content-footer.jpg" alt="Content-footer"
width="640" height="59"></td>
</tr>
</tbody>
</table>
<p> </p>
<p> </p>
</td>
</tr>
</tbody>
</table>
<?php endif; ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Alles anzeigen
Danke schonmal im Voraus
EDIT:
Wordpress Version ist 2.6
An den Plugins kanns ned liegen, habe es auch ohne Plugins Probiert.