Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish and Schedule Not working #36

Open
King12345 opened this issue Sep 23, 2013 · 3 comments
Open

Publish and Schedule Not working #36

King12345 opened this issue Sep 23, 2013 · 3 comments

Comments

@King12345
Copy link

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?

@alexjamesbrown
Copy link
Owner

I'm not sure I understand, are you using the JoeBlogs wrapper?

@King12345
Copy link
Author

Hi Alex,

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?

@Neocron
Copy link

Neocron commented Oct 24, 2013

Hello, Im having the same problem !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants