Change the texts for the comment form
//COMMENT FORM //change title conditionally for a certain post type function enym_comment_title($defaults) { // put your condition here //global $post; //if ( $post && $post->post_type == 'pattern' ) { if( is_singular('post') ) { // is_page('my-page') || $defaults['title_reply'] = 'Haben Sie…