• Resolved TimothyPaul

    (@timothypaul)


    is there a way to have the related posts created via GigPress save in a draft. For some reason when I create an event, the related posts always publishes.

    I need to be able and modify the post before I publish it, usually adding graphics and a more detailed description.

    Thanks..TP

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, Timothy.

    Would you be able to share an annotated screenshot, screen capture video, and/or relevant URLs to clarify exactly what’s happening here?

    Thank you.

    That’s happening to me as well. When you create a gig, and tell it to create a related post, the related post’s status is “Published” vs “Draft”. I wouldn’t mind that happening, either.

    Also, I wouldn’t mind the related post be given the same date as the gig in question not just the current date.

    Plugin Contributor Andras Guseo

    (@aguseo)

    You can achieve this if you modify one of the core files.

    Edit \gigpress\admin\handlers.php

    Line 119 is:
    'post_status' => "publish",

    Change it to
    'post_status' => "draft",

    This should do the trick. Note that this will be lost with a plugin update, but it’s an easy fix.

    Andras

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Related Posts automatically publish’ is closed to new replies.