My bad, I got it now. Thanks.
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 🙂
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
Thanks. Gonna try your suggestion kolja.