WordPressSharp icon indicating copy to clipboard operation
WordPressSharp copied to clipboard

asign multiple attachment to a post

Open zea89 opened this issue 6 years ago • 1 comments

can i attach multiple images to a post usign this method?

public UploadResult UploadFile(Data upload) { return WordPressService.UploadFile(WordPressSiteConfig.BlogId, WordPressSiteConfig.Username, WordPressSiteConfig.Password, upload); }

zea89 avatar Jan 28 '18 18:01 zea89

Hello, I know this. Before you call client.NewPost (post), all uploads will be classified as this article. As long as you keep the same client

Blackcat156 avatar Feb 13 '18 10:02 Blackcat156