Home › Forums › Back End › WORDPRESS: Custom Fields data not displaying on template? › Re: WORDPRESS: Custom Fields data not displaying on template?
June 30, 2013 at 5:49 pm
#141068
Participant
go with a step by step debugging.
first make sure you check for a string
if ($videosite == ‘vimeo’)
in your code you are missing the quotation marks
then you can start echoing the $videosite variable after you have made sure that when you save a value in your post and save it it gets saved, meaning that after a refresh it stays in the placeholder