Great this seems to be the right type of template for me. Only 1 problem (I′m a noob at php as well). In my previous template for the childpages I used 2 specialtags:
To use a alternate title: <?php $altrubrik = get_post_meta($post->ID, ‘altrubrik’, $undersida = true); ?>
and then
<?php echo $altrubrik ?>
To use a second content: <?php get_the_content_2(); ?>
and then:
<?php the_content_2(); ?>
When I try to implement these into your code I can′t get it to work, ideas where and how to put it in?