This is more or less what I mean (https://support.themeboy.com/article/134-how-to-highlight-a-team-in-league-tables), but how do you make a widget of the last game or next game of a team?
I think they could add an option in the general settings, where Main League, Current Season and Default Nationality are configured. Add an option like “Highlight Team”
Plugin Contributor
Roch
(@rochesterj)
Hi Francisco,
How are you doing? I hope everything is fine.
Did you check our getting started guides? Please make sure you follow along so you can familiarize yourself with how sportspress works, what features we have an so on:
https://support.themeboy.com/category/327-getting-started
We do have widgets for next or last game. In fact, they just load the shortcodes for the event blocks (or countdown):
https://support.themeboy.com/article/99-shortcode
We have the option to load events for a team in particular in these elements:
https://prnt.sc/116iowh
If you mean something else, let us know. But that should be enough to load events for the team you are interested in.
Thanks!
Thanks for the reply.
The countdown widget works automatically, perfect.
To place the result of the last match of a highlight team, you must be entering the match ID, it is not automatic. A widget of the last match or last match result is missing.
In the shortcodes help section, a picture of the widget result would help a lot, to get an idea.
Your plugin is very good, but it still has very obvious details that should be corrected, Joomsports worked better for me.
Plugin Contributor
Savvas
(@savvasha)
Hi @kaisplanet ,
You dont have to set a specific Match ID to have the latest result of a team, or the next match of a team. You can use either the widget “Event List” for example, or the shortcode “event-list”.
So lets say you want to show the latest result of a team called TeamA which team has an ID 26, you can use the following shortcode:
[event_list status="publish" number="1" order="DESC" team="26"]
If now you want to show the next match of the same team:
[event_list status="future" number="1" order="ASC" team="26"]
In the same way you can use the event_blocks
shortcode.
Thanks,
Savvas
Interesting … but if they are clear that it can be shown, why does the widget to something so typical of soccer or other sports not exist? as are the items of “last game” and “next game”. In addition, the design of these shortcodes must be worked hard.
Sportpress has a lot of potential, but it has too many details that make it very complex. Success with the project.
Thank you very much for your answers.
Plugin Contributor
Roch
(@rochesterj)
Hi there!
Thanks for your reply.
You’re most welcome!
Let us know if you need anything else.
Kind Regards,
-Roch