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

    (@savvasha)

    Hi there @lentini84 ,

    Can you provide a link to the page that you want those two words to be hidden?

    Thanks,
    Savvas

    Thread Starter lentini84

    (@lentini84)

    Plugin Contributor Savvas

    (@savvasha)

    Hi @lentini84 ,

    You can try to copy event-list.php template from wp-content/plugins/sportspress/templates/ folder to wp-content/themes/your-child-theme/sportspress/ folder and make the following edits:

    Line 155 from:

    echo '<th class="data-home">' . esc_attr__( 'Home', 'sportspress' ) . '</th>';

    to:

    echo '<th class="data-home">' . //esc_attr__( 'Home', 'sportspress' ) . '</th>';

    And line 166 from:

    echo '<th class="data-away">' . esc_attr__( 'Away', 'sportspress' ) . '</th>';

    to:

    echo '<th class="data-away">' . //esc_attr__( 'Away', 'sportspress' ) . '</th>';

    Thanks,
    Savvas

    Thread Starter lentini84

    (@lentini84)


    I did that but I don’t see any difference…

    Plugin Contributor Savvas

    (@savvasha)

    Did you try to clear your cache? Also, try a “default” theme like “Rookiee” or “TwentyTwenty” and see if the hidding is working there.

    Thanks,
    Savvas

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home/Away’ is closed to new replies.