I have a question abouth the loop/….
where do i have to insert the loop ??
this is what i have so far in my inderx and in my page
<?php get_header(); ?>
<div id=”main”>
<div id=”entry-area”>
<!–###INHALT### Start–>
<!–###INHALT### Stop–>
</div>
<div style=”clear: both;”> </div> <!– clears the sidebar and entry area divs – do not remove –>
<?php
get_sidebar();
get_footer();
?>