pfefferle / autonomie

"Autonomie" is a highly semantic, responsive, accessible and search engine optimized WordPress Theme. It provides HTML5 templates refined with microformats, microformats v2 and microdata (Schema.org). "Autonomie" supports a lot of OpenWeb plugins and is fully IndieWeb compatible.
https://notiz.blog/projects/autonomie/
MIT License
96 stars 21 forks source link

Update filter removal to match Post Kinds v3.2.6 #24

Closed mcleodchris closed 5 years ago

mcleodchris commented 5 years ago

The latest version of Post Kinds (v3.2.6) changed the priority of filters applied to content, from 20 to 9. This resulted in remove_filter no longer working as intended and double output of post kinds information. Changing the priority to 9 fixes the problem.

dshanske commented 5 years ago

Would you prefer I put in a theme support flag for Post Kinds? So this would not happen in future?

pfefferle commented 5 years ago

thanks @MrKapowski

@dshanske would make things easier