Remove/Hide 'logo' teams in matches table
-
Guys want to remove/hide logo teams in table matches of this page: https://www.catanzarodilettanti.it/girone-unico/
Look here, this is the table matches: https://i.imgur.com/VQ8s3Ki.jpg
I may have found the .php file that corresponds to that page (wp-content/plugins/leaguemanager/templates/matches-by_matchday.php), but I can not figure out how to remove the logos of teams. I have to tell the press: the date, time, location, name teams .. but hide remove teams logo.
<tr class='<?php echo $match->class ?>'> <td class='match'><?php echo $match->date." ".$match->start_time." ".$match->location ?><br /> <a href="<?php echo $match ->pageURL ?>"><?php echo $match->title ?></a> <?php echo $match->report ?></td> <td class='score' valign='bottom'><?php echo $match->score ?></td> </tr>
Can you help me? I’d be immensely grateful.
THANK YOU
ps-Congratulations for the plugin to the staff
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Remove/Hide 'logo' teams in matches table’ is closed to new replies.