Title: mapleblack's Replies | WordPress.org

---

# mapleblack

  [  ](https://wordpress.org/support/users/mapleblack/)

 *   [Profile](https://wordpress.org/support/users/mapleblack/)
 *   [Topics Started](https://wordpress.org/support/users/mapleblack/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mapleblack/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mapleblack/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mapleblack/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mapleblack/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mapleblack/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [chenging titles font from h2 to h4 only in the sidebar](https://wordpress.org/support/topic/chenging-titles-font-from-h2-to-h4-only-in-the-sidebar/)
 *  [mapleblack](https://wordpress.org/support/users/mapleblack/)
 * (@mapleblack)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/chenging-titles-font-from-h2-to-h4-only-in-the-sidebar/#post-736110)
 * I encountered the same problem and edited wp-includes/widgets.php line 141 from
   
   $defaults = array( ‘name’ => sprintf(__(‘Sidebar %d’), $i ), ‘id’ => “sidebar-
   $i”, ‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’, ‘after_widget’ 
   => “\n”, ‘before_title’ => ‘<h2>’, ‘after_title’ => “</h2>\n”, );
 * to
 *  $defaults = array(
    ‘name’ => sprintf(__(‘Sidebar %d’), $i ), ‘id’ => “sidebar-
   $i”, ‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’, ‘after_widget’ 
   => “\n”, ‘before_title’ => ‘<h4>’, ‘after_title’ => “</h4>\n”, );
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Please help me with this custom loop](https://wordpress.org/support/topic/please-help-me-with-this-custom-loop/)
 *  Thread Starter [mapleblack](https://wordpress.org/support/users/mapleblack/)
 * (@mapleblack)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/please-help-me-with-this-custom-loop/#post-967466)
 * Thank you very much, works like a charm!
 * WordPress loop looks beautiful.

Viewing 2 replies - 1 through 2 (of 2 total)