letrunghieu / wordpress-xmlrpc-client

A PHP XML-RPC client for Wordpress websites
MIT License
117 stars 42 forks source link

All calls are returning HTML #20

Closed edalzell closed 9 years ago

edalzell commented 9 years ago

I have a self hosted (localhost) WP 4.3 install. All calls are returning HTML and not XML.

What am I doing wrong?

here's my code:

        $wpClient = new \HieuLe\WordpressXmlrpcClient\WordpressClient('wp.dev', 'erin', 'correct_password');

        $pages = $wpClient->getPosts(array('post_type'=> 'page'));
        $types = $wpClient->getPostTypes();
edalzell commented 9 years ago

Closing because I was just using the site instead of the full endpoint. Sheesh.