@savvasha
This meta data is being appended to the title somewhere before this loop.
See attached :
View post on imgur.com
$title = $post->post_title
must be getting the meta data ??
Plugin Contributor
Savvas
(@savvasha)
I just tried it and is working as it should. Maybe your theme override it somehow?
https://snipboard.io/D94Mnd.jpg
https://snipboard.io/PgYNn5.jpg
How can I see if it override somehow?
I have the same problem today, using boxseat theme.
Plugin Contributor
Savvas
(@savvasha)
Hi @micksharp72 and @dribblingmerano ,
To ensure that is not a theme issue then you have to make the following steps:
1. Install and activate a default free theme like Rookie.
2. Copy countdown.php file from \wp-content\plugins\SportsPress\templates\ to \wp-content\theme\rookie\sportspress\.
3. Change the line 141 from:
<?php echo $title.' ('.$statuses[ $sp_status ].')'; ?>
to
<?php echo $title; ?>
4. Check if the (status) text is still there 🙂
Thanks,
Savvas
In this time the SportsPress plugin and SportPress pro no longer work on my site
I am having the same issue. The words (On Time) now appear on my fixtures for my golf site (https://qpgc.org.au/). They haven’t been there previously. Has anyone resolved this issue without breaking their site?
I am running the Rookie theme V.1.5.3 and Sportspress (Free)(V.2.7.2) and SportsPress for Golf V 0.9.1
Hi there!
Please open a new topic so we can help you with this one.
Thanks!