Thanks for the reaction.
The suggestion for placing <?php get_sidebar(); ?> right above the <?php get_footer(); ?> wasn’t working fine. It really screwed up the layout, the sidebar was popping up right below the comments-form. That’s not really esthetic, i’d say 🙂
I have fixed the problem somewhat by doing this:
<?php include “topbanner.php”; ?>
<?php get_sidebar(); ?>
This fixing has a bad side: the sidebar is showing but the content of the opened posting is just below the header. But it’s a good start for now, although i don’t know where to position the sidebar-tag whilst not pulling down the contents. My arm gets hurt by all that scrolling 😉
The comments-popup-link works fine now, although it’s a little bit linked with the whole navigation-problem. Thanks for the suggestion.
Yep, that’s also a working option.
What i did:
– uninstall WP
– reinstall it, and saying to the install script in step 4 what my real installation location is (not the local but the relative path). You can choose to give up an install directory and placing the index.php in you’re account’s public_html or www directory. I did something else (both are in public_html).