Mark,
I think a single line from the locations table is what Lotussutol was asking for. I was looking for the same thing. I was hoping that each location had an ID and I could just type something like
[mstw_gl_table loc_id=1]
It’s a lot easier than building the table your shortcode provides. For my site, I used the shortcode, viewed source, and deleted the table rows I didn’t need.
Keep up the excellent work!
James
I was about to ask a question on how to show only past games or future games using the shortcode. After trying several much more complicated ideas, I realized you can just use “today” as the dtg.
This will display future games.
[mstw_gs_table first_dtg="today"]
This will display past games.
[mstw_gs_table last_dtg="today"]
Just posting here for the benefit of others in search of the same answer.