Post Formats on Child Theme

Posted in: Newspaper
Post count: 16

Is there any way to make the post format work correct in the theme?

i have add in function of the child theme

add_action( 'after_setup_theme', 'wpsites_child_theme_posts_formats', 11 );
function wpsites_child_theme_posts_formats(){
add_theme_support( 'post-formats', array(
'aside',
'audio',
'chat',
'gallery',
'image',
'link',
'quote',
'status',
'video',
) );
}

but when i try to add post format link nothing happen when i open it

backend

What should i do to make it work?

Post count: 22421

Hello,

If you want to implement new post formats bu t do not know the steps you need to take in this regard we recommend hiring a freelancer to help out as we cannot offer any solution in this regard.

Thanks for understanding.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.