has anyone ever done the first lower case 'p' test on a standard wordpress page as appose to a post page?
example, write "lower case p test" ...
it works on a post pages but not on a standard page. i even put hardcoded html text in page.php and it removed the p.
i found a plugin and put this bit of code in and it didn't work...
remove_filter( 'the_content', 'capital_P_dangit' );
can anyone helps please?