This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Preview doesn't work for Advanded Custom Fields #202
Comments
@tobiasandersen are you using Gutenberg or Classic Editor? |
Classic! |
I'm not familiar with |
The fix posted in #159 by @peteluffman seems to solve the issues I'm having as well. |
@tobiasandersen I opened a PR which I believe might address this. Can you check #205 and let me know? |
Thanks @jasonbahl! Short answer: it didn't fix my issue, but also commented in the PR. |
@tobiasandersen I think the problem here is the use of the preview field instead of using
|
@jasonbahl maybe the preview field should be deprecated? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure if this is a bug report or a feature request — but I'm trying to get preview data for a page with ACF content, but I'm only able to retrieve non-ACF data. Given this query:
The three bottom fields (
title
,isPreview
andmodified
) all give me the expected preview data — but any data insidepageTemplate
(set up in ACF) is stale. So in this case theheadline
property will never show the preview data.For reference, I'm using Wordpress 5.6 and the following plugins:
The text was updated successfully, but these errors were encountered: