Show Referee on Fixtures page for each match!
-
Hi there,
I am trying to show Referee names under the match time on my fixtures page for the specific match. I am trying to use this code on my template of match-list.php however this is not working. I tried to use the same code as previous post you helped me. Can I please have the working code?
I am trying to use the following code below but its not working.
<span class="wpcm-match-referee"> <?php $referee = get_post_meta( $post->ID, 'wpcm_referee', true );?> <?php echo $referee; ?> </span>
Thank you very much!
Really appreciate your help!The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show Referee on Fixtures page for each match!’ is closed to new replies.