cidhofmann
Forum Replies Created
-
Awesome!! Seems to work great now, thanks so much.
Thanks so much for looking into this. I see what you’re saying, but why would that account for the fact that when I change the post status from “pending” to “publish” (which is not triggering any of my notifications), I’m not making the status change on the front-end form, I’m using the wordpress back-end?
ALSO – in case there is any confusion – when referring to acf form or acf front-end form, I’m talking about the great Advanced Custom Fields plugin and its fantastic acf_form function:
http://www.advancedcustomfields.com/
http://www.advancedcustomfields.com/resources/using-acf_form-to-create-a-new-post/Ok, so one more peculiarity…I just tried switching the acf front-end form for my Work Instructions content type to “publish” when submitted, instead of “pending” and then I created a new Work Instruction post on the front-end and it didn’t send my new post notification! But keep in mind that the front-end form does trigger my pending post notification!
See, that’s what I was thinking too, but I already had a notification set up for post updates (specifically, “Work Instruction” updates), but it wasn’t triggering that notification either. I just re-tried it to make sure.
Also, The “Work Instruction” updates notification sends if the update is made on the site back-end, but not if the update is made on the front-end acf form…at first, I just thought the plugin wasn’t compatible with acf front-end forms, but if a post is created on the front-end, it send out the “Work Instruction” pending notification no problem.
So, really, I have two problems – notifications not sending when a post status is changed (from Pending to Published) and post update notifications are not sending from the acf front-end form, even though other notifications do work
Forum: Fixing WordPress
In reply to: Excerpt in website…wow. that’s it. I just needed that file in there. Thanks!
Forum: Fixing WordPress
In reply to: Excerpt in website…any thoughts on this? if the answer is in that link that samboll posted, I just don’t see it, can somebody please explain?
Forum: Fixing WordPress
In reply to: Excerpt in website……still trying to figure this thing out. I know there has to be a solution here, I just can’t see it!
Forum: Fixing WordPress
In reply to: Excerpt in website…hmmm.. thanks for the link, but I had already read this. this seems to only be relevant to using the_content(); with a more quicktag. I need to use the_excerpt(); so it’ll be automatic. I don’t want the client accidentally leaving out a quicktag and breaking my layout.