Is there any way to add the option to create a post, but not publish it immediately? I'm looking to add a specific title to each batch of shared items and specific tags, but if it runs automatically, I can't do this.
Google Tutor » Shared Items Wordpress Plugin
Create, but don't publish post
(4 posts)-
Posted 11 months ago #
-
hi nbostic,
currently that isn't possible, but I'm betting that will be a common request, if so I'll add it in.
Posted 11 months ago # -
this would probably be too much hassle but you could enable/disable the plugin to achieve this for now. enable, set title/tags, run, disable. repeat as needed.
Posted 11 months ago # -
To create a draft of your favorite feeds first you just have to modify the shared-item-post.php:
line 241 from:
$new_post['post_status'] = 'publish';to
$new_post['post_status'] = 'draft';
It's as simple as this. Your post will be saved as a draft.
Posted 7 months ago #
Reply
You must log in to post.