Google Tutor » Shared Items Wordpress Plugin

Create, but don't publish post

(4 posts)

Tags:

No tags yet.

  1. 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.

    Posted 1 year ago #
  2. 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 1 year ago #
  3. 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 1 year ago #
  4. 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 1 year ago #

Reply

You must log in to post.