Title: Removing widget title
Last modified: August 30, 2016

---

# Removing widget title

 *  Resolved [indrakult](https://wordpress.org/support/users/indrakult/)
 * (@indrakult)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/removing-widget-title-2/)
 * Hello sir, I love your work and everything is worked on my site. But I have one
   annoying problem about widget title that looks like it has been generated automatically
   by my theme, or something else that I dont know.
 * Ive been looking to remove the title through theme stylesheet with no result,
   or just because Im too dumb to understand the codes. Please help, this is the
   link [http://www.persebaya.co](http://www.persebaya.co)
    You can see your next
   match and league table widget with its big title that i want to get rid off on
   my sidebar.
 * Thanks a lot
 * Indra Kusuma
 * [https://wordpress.org/plugins/leaguemanager/](https://wordpress.org/plugins/leaguemanager/)

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

 *  Thread Starter [indrakult](https://wordpress.org/support/users/indrakult/)
 * (@indrakult)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/removing-widget-title-2/#post-6490438)
 * Think I hit it right this time. I erased, after making a backup of course..this
   line from League Manager widget.php
 *     ```
       if ( empty($instance['group']) ) {
       			echo $before_widget . $before_title ."<center>".  $league->title . "<br />Season: " . $season ."</center>".  $after_title;
       		} else {
       			echo $before_widget . $before_title ."<center>". $league->title . "<br />Season: " . $season . "<br />Group: " . $instance['group'] ."</center>". $after_title;
       		}
       ```
   
 * Do you think it is safe and wise? Is there any risk for me in future?
    Thanks.
 * Indra Kusuma
 *  Plugin Author [K](https://wordpress.org/support/users/koelle/)
 * (@koelle)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/removing-widget-title-2/#post-6490690)
 * Yes, this is the part showing the title. Why would you want to remove the title?
   It shows the title of the league. Of course you are free to do any changes you
   like, but then you will have to make these changes anytime you update
 *  Thread Starter [indrakult](https://wordpress.org/support/users/indrakult/)
 * (@indrakult)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/removing-widget-title-2/#post-6490693)
 * Yes I know it shows the title of the league, that’s why I need it gone in my 
   website, not because it is ugly, error or else. Just my particular need regarding
   the whole layout and design of my sidebar I think 🙂

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

The topic ‘Removing widget title’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/leaguemanager.svg)
 * [LeagueManager](https://wordpress.org/plugins/leaguemanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaguemanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaguemanager/)
 * [Active Topics](https://wordpress.org/support/plugin/leaguemanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaguemanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaguemanager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [indrakult](https://wordpress.org/support/users/indrakult/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/removing-widget-title-2/#post-6490693)
 * Status: resolved