I’m using cappuccino theme by Steffen Zerbe (http://www.wptmp.com/preview/24/). Here’s the original index.php code:
<?php get_header(); ?>
<div class="content">
<div class="primary">
<?php include (TEMPLATEPATH . '/theloop.php'); ?>
</div>
</div>
<?php get_footer(); ?>
Hello
I would also like to change the content of the main page. I try changing the code, but it doesn’t work. I’d like to have the following schema: http://img413.imageshack.us/img413/1499/screenuq.jpg. Thanks for help in advance.