Title: Head
Last modified: December 10, 2023

---

# Head

 *  Resolved [Ocio132](https://wordpress.org/support/users/ocio132/)
 * (@ocio132)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/head-4/)
 * Hello, good to correct this, I haven’t found anything in the theme settings.
 * [https://ibb.co/R0Tr93R](https://ibb.co/R0Tr93R)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhead-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Eduard](https://wordpress.org/support/users/cteduard/)
 * (@cteduard)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/head-4/#post-17267092)
 * Hello [@ocio132](https://wordpress.org/support/users/ocio132/)
 * I’m not sure that I understand what you’re trying to do due to the different 
   language, but if you’re looking to change what H tag that string is, you will
   need to use a little PHP snippet like this –
 *     ```wp-block-code
       add_filter( 'comment_form_defaults', function ( $defaults ){
         $defaults['title_reply_before'] = '<h4 id="reply-title" class="comment-reply-title">';
         $defaults['title_reply_after'] = '</h4>';
         return $defaults;
       } );
       ```
   
 * Hope this helps!
 * Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Head’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/blocksy/2.1.44/screenshot.jpg)
 * Blocksy
 * [Support Threads](https://wordpress.org/support/theme/blocksy/)
 * [Active Topics](https://wordpress.org/support/theme/blocksy/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/blocksy/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/blocksy/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eduard](https://wordpress.org/support/users/cteduard/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/head-4/#post-17267092)
 * Status: resolved