Activați toate formatele posibile de postare CSS-Tricks

Anonim

Pentru fișierul funcții.php din temă.

add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat' ) ); add_post_type_support( 'post', 'post-formats' ); add_post_type_support( 'page', 'post-formats' ); // and other custom post types if you have them