You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using wordpress version 3.5.1. My all the posts are going into scheduled mode. The strange thing is this, i tried to publish them from dashboard, they are still not publish. They all are still showing scheduled. I tried to change the schedule, but still not able to publish them.
Can anyone provide me some solution over this, what is wrong here?
The text was updated successfully, but these errors were encountered:
Yes, I m using JoeBlogs Wrapper. I saw the example given by you.
//create a new post
var post = new Post();
//since this is a struct, we can't have a constructor that does this!
post.DateCreated=DateTime.Now;
post.Title="This is a title";
post.Body="this is the body of the post. it could be html.";
//create the post!
wp.NewPost(post,true);
I tried with both the boolean values true and false but everytime, it is going into scheduled mode. How to publish them immediately?
Hi,
I am using wordpress version 3.5.1. My all the posts are going into scheduled mode. The strange thing is this, i tried to publish them from dashboard, they are still not publish. They all are still showing scheduled. I tried to change the schedule, but still not able to publish them.
Can anyone provide me some solution over this, what is wrong here?
The text was updated successfully, but these errors were encountered: