treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Is there a different way of doing apply_filters('the_content', get_the_content()) ?

  • I'm using apply_filters() to do some fancy stuff with the content, but for whatever reason, whenever I use apply_filters('the_content', get_the_content()) in my page, It's screwing up my Facebook Like button that I have at the top of the page. I comment it out and it works, I put it back in and it breaks.

    Icing on the cake, It only affects IE8 (I haven't checked IE7).