Note: In version 1.4.5, some post formats will be disabled
-
Hi there,
In the next update, v 1.4.5, all post formats with extra custom fields will disappear. This because it will not pass theme review otherwise.
This means that the following formats are disabled:
– Audio, Chat, Link, Quote, Video
These remain:
– Standard, Aside, Gallery, Image, StatusIf you want to add these formats back into your theme, you need to change this line within the alx_setup function:
add_theme_support( 'post-formats', array( 'aside', 'gallery', 'image', 'status' ) );
To this:
add_theme_support( 'post-formats', array( 'audio', 'aside', 'chat', 'gallery', 'image', 'link', 'quote', 'status', 'video' ) );
With a child theme. Or alternatively download the full version.
For now the functionality for the other formats remain within the theme.
Complete changelog for 1.4.5:
October 10 2014 – 1.4.5
===========================================================
– Disabled all post formats with additional meta fields, as required
– Updated documentation
– Added option to turn off sidebar top boxes
– Fixed gallery format post slider, downgraded to flexslider 2.1 instead of 2.2
– Re-fixed responsive Jetpack embedsAll formats will return in another way later as soon as I get time to re-build it to not use custom fields.
- The topic ‘Note: In version 1.4.5, some post formats will be disabled’ is closed to new replies.