Support » Themes and Templates » Removing any and all inline styles from the_content()

  • Frederic Pilon

    (@frederic-pilon)


    For one of my current projects, I had to transfer blogposts from an old WordPress site to my project.

    Things went smoothly until I’ve seen that all the posts were copy pasted from Word, leaving this before pretty much every paragraph:

    <span style="font-size: medium; font-family: georgia,palatino;">

    And at some places things like these:

    <p style="text-align: justify;">
    <p style="text-align: justify;"><span style="font-size: medium; font-family: georgia,palatino;"><strong><span style="color: #000000;">

    So because I don’t have the 40 hours (even less the patience) to just go into every post (there’s about 100) and remove those unwanted tags, I’m looking for a filter that would just remove all style (except maybe if it contains text-decoration:underline) elements before outputting the_content()

    Is there such a thing?

  • The topic ‘Removing any and all inline styles from the_content()’ is closed to new replies.