it’s happening in apply_filters. if i return $string at the beginning of the function so it does nothing, the full post appears but it’s sort of run together.
if i check $string to see if it’s an array, then print ‘
',print_r($string),'
‘ – the full post text appears twice within the array (it’s being sent to this function twice for some reason before the content.
using this method, it shows
Array ()
(empty array) when the post is supposed to appear… (um, that’s probably why it’s blank)
trying to figure out what’s going on… any idears?
??