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 have a custom post type “projects” with a custom taxonomy “project_type.” If I select a project type taxonomy within the post editor … Read more
I ran into a strange Problem today developing a new Plugin. I set it up as usual, creating the f711-roomprice folder in the … Read more
I’s following Rachel Carden’s tutorial on creating Quick Edit and Bulk Edit, and grabbed her full work from her github repo. I managed … 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
I have a multi-author blog, on which there are two schedule cron functions. The first function moves all public posts in the pending … Read more
Hi I want to get the post ID from the post selected in the insert/edit link button. I would normally do: <a data-id=”<?php … Read more
I created a new wordpress page and added this into the Text tab (NOT the visual tab. The visual tab is disabled): <div></div> … Read more
I am trying to use the save_post hook, but it is not working as intended: I want to save the Taxonomy (Region) with … Read more
I recently read this tutorial about custom fields in WordPress and wrote a simple plug-in to provide a metabox with a set of … Read more