post_status => publish not working
I have a front end form that let users submit a post. This is how i store the data when a post is … Read more
I have a front end form that let users submit a post. This is how i store the data when a post is … Read more
I’m trying to do some form validation on my custom meta box, and I remember somewhere reading about some javascript function to disable/enable … Read more
I have a custom post type called ‘contacts’. I want want to remove the status, post date and change the button from PUBLISH … Read more
my plugin has a save_post hook used to save the custom fields. now I add a publish_slider hook used to change a checkbox’s … Read more
We are stumbeling upon an issue of content being found on our website to early. For example, we have a post named ‘Client … Read more
I’m having a trouble editing my wp page. I installed an SSL certificate and everything on the page works fine. However, when I … Read more
I am building a platform where service providers can offer their services to potential customers. Therefore, I have two user roles, one “customer” … Read more
I wanna display modified date instead of published date. I have this code in my theme: echo ‘<li><i class=”fa fa-clock-o”></i> <span class=”post-date updated”>’ … Read more
I am trying to write a plugin that will stop a user from publishing (or updating) a post if a given condition is … Read more
Is there a way to display posts, scheduled for the future? I want to use the published data as an event date and … Read more