Enable post formats in inspirebook

how to enable post formats in inspirebook

or you guys can enable it in the next release?? thank you

Hello Calvin,

We will add post format support in InspireBook with next release.

For time being you can add following line in functions.php in ou child theme to activate post formats.

function rtp_add_post_formats() {
    add_theme_support( 'post-formats', array( 'aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio' ) );
}

add_action( 'after_setup_theme', 'rtp_add_post_formats', 20 );

Thanks

thank you sagar and welcome back

can you please reply my premium support thanks again

Thank you Calvin, I have replied on that thread.

Thanks