abrudtkuhl / WordPressSharp

A C# client to to interact with the WordPress XML-RPC API
abrudtkuhl.github.io/WordPressSharp/
GNU General Public License v3.0
103 stars 49 forks source link

How to set custom page template while publishing new post? #104

Open hainahoo opened 5 years ago

hainahoo commented 5 years ago

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?