Manipulating content with amp and posts_join
-
I’d like to add function to manipulate content on the fly in functions. with normal wordpress theme. I can add posts_join to join my custom tables to the post database table. and then the_content to manipulate content which needs the tables in post_join.
1. With amp it seems the post data coming in without the joined tables. I tried also ampforwp_modify_the_content but same thing. anyone knows how to do that?
2. I made workaround which is load the supposed joined tables on the fly, but I noticed sometimes it doesn’t work, I assume because cache. how to flush amp cache?
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Manipulating content with amp and posts_join’ is closed to new replies.