Hello,
there's something i don't quite get. I know how to replace stuff inside a post, etc.. but what i don't get is the following:
template-file: index.php
inside the loop i have this:
<?php if (is_home() && !$teaser_shown) { ?>
<div id="teaser">teaser</div>
<?php $teaser_shown = true;} ?>
This is due to me wanting to add some sort of teaser at the intro-page...
Now, how can i replace teaser from a plugin i wrote? Which filter do i have to use - it's not 'the_content' and i tried some others but i really don't get it :(