Don't know of any plugin. I think it would be something like this (untested) plugin code:

function no_next_page($content){
        $content = str_replace("<!--nextpage-->","",$content);
        return $content;
}

apply_filter('the_content','no_next_page');


Of course, I may be wrong. This should be considered a concept, rather than a working code :-)
Paolo


Il giorno 03/ago/08, alle ore 19:07, André Schieleit ha scritto:

Hi,

I am looking for a way to display a splitted page with <!--nextpage-- > tags as a complete page. I want the reader to be able to choose if he wants to read it page by page or as a complete one.
Is there any plugin for that?
If not, how can I achieve that?
I searched quite a time but did not find any useful results.

_______________________________________________
wp-testers mailing list
wp-testers@lists.automattic.com
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to