Team logos on opposite sides in match list
-
Hi,
I would like to change the position of team logos on match list.Now I have:
[Team A logo] [Team B logo] Team A – Team BI would like to:
[Team A logo] Team A – Team B {Team B logo]I found this in code (template event-list.php):
default: if ( sp_column_active( $usecolumns, 'event' ) ) { if ( $title_format == 'teams' ) { echo '<td class="data-event data-teams">' . $teams_output . '</td>'; } else { $title_html = implode( ' ', $team_logos ) . ' ' . $event->post_title; if ( $link_events ) $title_html = '<a href="' . get_post_permalink( $event->ID, false, true ) . '">' . $title_html . '</a>'; echo '<td class="data-event">' . $title_html . '</td>'; } }
How to change this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Team logos on opposite sides in match list’ is closed to new replies.