Olası Tüm Gönderi Biçimlerini Etkinleştir - CSS Hileleri

Anonim

Temadaki functions.php dosyanız için.

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