Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author osti47

    (@osti47)

    Hi,

    a quick test with my own site does not show any obvious problems…

    So as a first step one or two guesses:
    – I assume that you have not changed any settings and it stopped working? Because there is an option for each line where it would be possible to deactive posting (column “Create post”) – I cannot see the repsective setting from your screenshot.
    – the page URL you provided has a .htaccess password protection. This can also stop WOD posting from working because it will interfere with the WordPress cron mechanism.

    If this does not help you and you would hand over site access, this would probably be the most effective way to debug. In that case please e-mail access info to [email protected]

    Best regards
    Stefan

    Thread Starter Adam Kuhn

    (@suspirio)

    Stefan- its definitely the htaccess issue, there’s password protection on the dev environment- thanks so much for the quick response, facepalming so hard right now on my oversight!

    Plugin Author osti47

    (@osti47)

    No concerns. I had the same issue with my own test/dev environment and it took me a moment to figure out. I have added the following lines to my .htaccess file (after the part for the password):

    <FilesMatch “wp-cron.php$”>
    AuthType None
    Require all granted
    </FilesMatch>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WODs not publishing as posts’ is closed to new replies.