Hey josefdunne ,
First off, You are getting a lot angry on me mate for the problem caused to you.
You shouldn’t be getting so angry coz in the recent updates I have made huge changes worked day and night and delivering such a plugin for free.The problem to me isn’t that my plugin caused a lot of problem for you, the problem is that u don’t know how to solve it, and shouting on me.
I’ll tell you one this my dear friend, the technology you are working with is PHP and it’s on WordPress. So chill of dude, coz if you don’t like any function the way i do just make a damn change and you are done.
Now moving to your problem,
You used get_post_meta($post->ID, 'name', true)
to access the custom values, so all you need to do is re-define the function get_post_meta
in a file for your use. In that function first you should check for an arrayed value so you don’t bug up any other kind of custom field. If the value is array then the format i use for my custom fields is as below:
meta_name : {field_name}
meta value : array({field_type} => {field_value})
it’s as simple as that.
I would have actually written the function for you, but i would leave it for you to fight with. It’s your decision to use my plugin or not, even on top of my plugin file says, the software come without warranty. so my dear friend..Enjoy…!!