No se han encontrado widgets en la barra lateral
0 0
Read Time:21 Second

[vc_row][vc_column][vc_column_text]Agregar el sgte código en tu archivo functions.php[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]function disable_media_comment( $open, $post_id ) {
$post = get_post( $post_id );
if( $post->post_type == 'attachment' ) {
return false;
}
return $open;
}
add_filter( 'comments_open', 'disable_media_comment', 10 , 2 );
[/vc_column_text][/vc_column][/vc_row]

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %