Post formats for Pages not saving
I have enabled Post Formats for Pages on my WordPress site but when I update the Page the format reverts back to Standard.
Here is what I added to my functions.php file to enable Post Formats:
add_theme_support( 'post-formats', array( 'link' ) );
add_post_type_support( 'page', 'post-formats' );
Topic post-formats Wordpress
Category Web