• Hey,

    I have phplist inegration and imm glossary working on one page except when i add

    $wcontent = apply_filters('the_content', '<!--phplist form-->');
                $wcontent = substr($wcontent,3,-5);
                echo $wcontent;

    to echo out the form, it echos out the javascript for the glossary.

    Has anybody seen this or had trouble with this in the past?

    Cheers,

The topic ‘the_content showing twice’ is closed to new replies.