Ok, now i’m less stupid today i was so bored that i started playing again with my wip layout on my pc and after looking at the code of the default layout i found out a way to make static pages (no plugins required).
The only thing to do is place this code at the top of the page.
<?php /* wp_php functions in a "static page"*/
require('.../wp-blog-header.php');
?>
And then u can use the “get” functions or use the php includes like this…
<?php include "mod-headear.php"; ?>
<?php include "mod-sidebar.php"; ?>
<?php include "mod-footer.php"; ?>
hope it work for u too