I know this is going to take ages, but I'll do it. Oh, first of all, I'm a 15 year old german guy, so please excuse my bad english. ;) some more information: i'm using Mozilla Firefox. Let's go: I integrated Plogger to Wordpress as explained here: http://www.phoenixrealm.com/2005/09/22/integrating-plogger/ . So after I finished, the code looked like that (code marks start and end with --):
<h2 class="center">404 - nicht gefunden</h2> <p class="center"><?php _e("'tschuldigung, aber du suchst was, das es nicht gibt."); ?></p> <?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
--
I was happy I did it and looked at the page. And it looked like that: http://www.c-onnect.de/balkon/docu/plogger1.jpg As you can see, I got two headers, a really crashed sidebar and many more problems, so I removed line 43 <?php get_header(); ?>, that was taken from the original index.php file from my current theme (orangeSky). And what I got was that: http://www.c-onnect.de/balkon/docu/plogger2.jpg Well, the second header is gone, but the sidebar is more crashed than it was with two headers. The image and text doesn't fit together and the white background image is also gone. It should all look like this: http://www.c-onnect.de/balkon/docu/plogger3.jpg
So, that's it, I don't know much about PHP and that stuff, I'm just editing that things and not writing it ;) can somebody help me? That would be more than nice :)
Thanks again, nicolas
edit: well, i did it ... i removed the category lines and removed one </div> part .. woohoo!