added support content formats
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
function zerro_setup() {
|
||||
|
||||
add_theme_support(
|
||||
'post-formats',
|
||||
array(
|
||||
'image',)
|
||||
);
|
||||
|
||||
}
|
||||
add_action( 'after_setup_theme', 'zerro_setup' );
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user