zachfeldman / rubypress

Ruby interface for the WordPress XMLRPC API. Follows standard XML-RPC Documentation closely.
201 stars 55 forks source link

Multisite Blog Id #59

Open newfylox opened 6 years ago

newfylox commented 6 years ago

Hi,

Is there a reason why WP.getPosts(blog_id: blog_id) won't list me posts from that specific blog_id but only posts from default website (the root website without subdomain)?

Thanks

zachfeldman commented 6 years ago

@newfylox I'm not really sure, I've never tested this repo against WP multisite...

RamboWasReal commented 5 years ago

any update ? i have same issue,

when i try to post to specific Blog_id, it's always post in the root website