Esmi, your help is appreciated, but my terminal dullness keeps me from understanding any of your answers. If i were a php guru, i would probably save your time by never posting questions like above.
So, let me show what i really have trouble with:
I obviously need to put this multiple loop code somewhere into my index.php or content-page.php (cause it’s for the pages, right?)
This code should read smth like:
<?php if (it’s the 2nd paragraph of the needed page()) : ?>
<?php while (it’s the 2nd paragraph of the needed page()) : it’s the 2nd paragraph of the needed page(); ?>
<?php the_excerpt(); ?>
<?php endwhile; ?>
<?php endif; ?>
That’s my best i can make out of it.
I don’t know how to make it work, i truly have no idea how to make the excerpt appear in the right place. And i really know very little of php to make the right conclusions of the vague answers. My bad, but if i were any smarter, i would find the answer myself.
And yes – i truly admire your knowledge and appreciate your time trying to help desperados like me.