Tagged Questions
1
vote
1answer
86 views
custom post status and preview
I am using wordpress 3.4 (the last before 3.5) and I have declared a post status type, and a custom user role called agent. It is for a custom post type, property.
register_post_status( ...
0
votes
1answer
157 views
New post status for custom post type
I have a custom post type recipes. I am using a cron script to automatically aggregate news into the database.
It is currently being imported and saved as 'Pending Review'. Is it possible to create ...
1
vote
1answer
234 views
Custom date changer post_date => future - missed schedule error
I'm working on a custom event scheduler for my website that allows people to easily go in and set the article to post in the future. The reason I'm overriding the normal Wordpress functionality is ...
1
vote
1answer
536 views
Setting a title on a Custom Post Type that doesn't support titles
I have a CPT called "profile" that only supports the editor and thumbnail. Each user is limited to posting just 1 profile.
I'm looking for a way to prefill the title and slug fields with the display ...