abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API

Home Page:abrudtkuhl.github.io/WordPressSharp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set custom page template while publishing new post?

hainahoo opened this issue · comments

I have a custom page template for the post. while I create new post via the API, the default template is assigned for the post. Then I need to go to my WordPress blog and edit the post to change the page template under the post attribute.

Is it possible to set the page template while creating a new post via the API itself?