• Resolved wordmatej

    (@wordmatej)


    Hi,

    in event I filled Matchday with round nr – for example 15th round.
    But Matchday is displayed in brackets – (15th round) but I would like to have it WITHOUT brackets, just 15th round.

    Any idea?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @wordmatej ,

    You first need to use a child theme.

    Then create a folder /sportspress/ in your child theme folder and copy there the file /wp-content/plugins/sportspress/templates/event-blocks.php.

    Then edit this file and change line 216 from:
    <div class="sp-event-matchday">(<?php echo wp_kses_post( $matchday ); ?>)</div>
    to:
    <div class="sp-event-matchday"><?php echo wp_kses_post( $matchday ); ?></div>

    Thanks,
    Savvas

    Thread Starter wordmatej

    (@wordmatej)

    Great,

    tx a lot for reply and nice tip…working.

    Best regards

    I’m glad it’s resolved!

    Let us know if you need anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Matchday in brackets’ is closed to new replies.