python-wordpress-xmlrpc icon indicating copy to clipboard operation
python-wordpress-xmlrpc copied to clipboard

You can't get a post by its slug, right?

Open formido opened this issue 6 years ago • 0 comments

Something like this:

blog_client.call(posts_methods.GetPosts({'slug': slug}))

...just gets me a list of 10 posts.

formido avatar Jan 20 '19 20:01 formido