xfiveco / generator-chisel

Chisel is a development framework for creating easy to maintain and fast WordPress websites.
https://www.getchisel.co
MIT License
270 stars 37 forks source link

Add proper code for post-formats #510

Open marcinkrzeminski opened 2 years ago

marcinkrzeminski commented 2 years ago

Our current implementation add_theme_support( 'post-formats' ); throws PHP Notice

Notice: add_theme_support( 'post-formats' ) was called <strong>incorrectly</strong>. You need to pass an array of post formats.