Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ThemeBoy

    (@themeboy)

    Hi Josh,

    Thanks for your question.

    We’re releasing an update early next week which will have options to hide various sections from frontend templates.

    You can add the following code to your theme’s functions.php to hide the event performance section for now:

    remove_action( 'sportspress_single_event_content', 'sportspress_output_event_performance', 50 );

    I’ll let you know when the update becomes available 🙂

    Thread Starter snappyspudd

    (@snappyspudd)

    I will have to wait for that update.
    I tried adding that to the functions.php for weaver ii and even tried a weaver ii child theme with no success.

    -josh

    Plugin Author ThemeBoy

    (@themeboy)

    Hi Josh,

    Just thought I’d let you know that we have just released SportsPress version 1.1 🙂

    There’s a checkbox in SportsPress > Settings > Event Options labeled “Display players” which is checked by default. You can uncheck it to hide players from event pages.

    Thread Starter snappyspudd

    (@snappyspudd)

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hide Player Performance / Hide Events’ is closed to new replies.