Can’t get post meta in amp pages
-
Hello.
I’m trying to get some post_metas in AMP pages, but the thing is that it seems like some of the post_meta isn’t getting to AMP.
When I get all the metadata associated to the post with
get_metadata('post', get_the_id());
I can see all the post meta keys and values associated with that post object, for some reason not all the post_metas are listed in the metadata object. I have two post_metas missing and I don’t know why only those two are lose since almost the rest of post metas in the metadata object are also custom post_meta (metaboxes) and they are made with the same logic.Please any advice is welcome
Here is the line:
$metadata = get_metadata('post', get_the_id());
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can’t get post meta in amp pages’ is closed to new replies.