hi and thanks
this was what i was looking for
additionally i wanted to avoid it in the archiv pages so only show it on single post page.
and with your code i knew what i had to lookup as codex for wp
so i am using this
<?php
if( is_single() ) {
serial_posts();
} ?>
thank u very much