Finally got around to fixing this.
What was happening is that when a post is first created, adrPostToEdit wasn't being set. So the post was created but not available to be published. Add a step to the instructions referenced above:
- As part of step 3, look a few lines above where you made the other change. Find the line that says "postIt()" and change it to read "adrPostToEdit = postIt()"
I'm working on a cleaner way to do this.
2:57:45 PM
|