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' );
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745363971a4624489.html
评论列表(0条)