@ajncwebsite
You simply want to add a link to the group ? or you want a feed of the group posts ?
If you want to add a link, simply use a sidebar text widget + some html.
Feed of the posts ideally. If you look on the site now I’ve hooked it up, but not to a group, to another random page.
One other one you may know the answer to @corrinarusso
http://www.altrinchamnetball.co.uk/altrincham-mustangs/
Anyway you can change the colour of the scores so it is different from the times? Or vice versa. Control over these would be good.
@ajncwebsite
The short answer is not easily.
The Time and the Results shares the same function.
See lines 182 – 185 in the event-blocks file :
https://github.com/ThemeBoy/SportsPress/blob/master/templates/event-blocks.php
<h5 class="sp-event-results">
<?php echo sp_add_link( '<span class="sp-result '.$event_status.'">' . implode( '</span> - <span class="sp-result">', apply_filters( 'sportspress_event_blocks_team_result_or_time', $results, $event->ID ) ) . '</span>', $permalink, $link_events ); ?>
</h5>
You would need to override the template in your child theme, then add a new function to check if it is a result or a time.
Ok, thanks for the reply. I may have to leave that one as it is!!
I’m checking this one as resolved then. Let us know if you need anything else.
Thanks!
Kind Regards,
-Roch