Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'after_setup_theme', 'add_new_post_format', 11 );
- /**
- * Add Image post format option
- *
- * @return void
- */
- function add_new_post_format() {
- add_theme_support( 'post-formats', array( 'gallery', 'video', 'image' ) );
- }
Advertisement
Add Comment
Please, Sign In to add comment