Home › Forums › Back End › [Solved] Custom Fields get_post_meta question › Re: [Solved] Custom Fields get_post_meta question
September 26, 2009 at 11:57 am
#64728
Member
I’m not all that good at php, but what you have done with Doc’s code looks ok to me!
I’m assuming the problem is that the links aren’t showing up at all?
I’m guessing you have some css styling on the anchor tags to give them height and width?
ie., you have this:
rather than:
Code:
echo ‘
Website: Visit Website
‘;
Other than that, I sometimes find that my supposedly empty custom fields (when made using the flutter plugin) have blank characters in them.
So I use the following:
I hope I haven’t led you up the garden path here. I’m pretty new to php.