nicokaiser / wp-xmlrpc-custom-fields

WordPress Plugin: XML-RPC custom_fields for Comments
0 stars 0 forks source link

How to use it #1

Open totden opened 11 years ago

totden commented 11 years ago

I have created a plugin in my wordpress and put your code in it but it doesn't works.

nicokaiser commented 11 years ago

@totden What do you mean by "it doesn't work"? The plugin provides additional fields and functionality to XML-RPC requests – do you use XML-RPC?

pigulla commented 11 years ago

ES GEHT EINFACH NICHT!

sanishan commented 11 years ago

Sorry to bump!

I tried lost of method but unale to find a way to search Post using wp.getPost with custom_filed?

my code: $customfields=array(array('key'=>'unique', 'value'=>'3480234'));

$client->query('wp.getPost','', $username,$password,$dummy>fields=$customfields));

Also i have tried: $client->query('wp.getPost','', $username,$password,$dummy>fields=array($customfields)));

I am able to get the post_id $client->query('wp.getPost','', $username,$password,$dummy->post_id=20));

I am using IXR_CLIENT Thanks,

nicokaiser commented 11 years ago

Yes, querying by custom fields is currently not implemented, sorry.