ACF in the_content()
-
Hello,
I am building a Fantasy Football site for personal use. I have used your ACF plugin to create a front end editing system where members of the site can submit their teams weekly. To make things easier for the league administrator, I want to then pull the data from each post (every week there will be on a separate post for each member) into a central location for easy viewing. The old system I used was to use the RPS Include Content plugin to pull the post content from the post ID.The problem I am having is that I can’t pull the content created by ACF using this plugin because the content generated by ACF falls outside the_content() function native to WordPress.
Is there a way that I can make the ACF content fall inside the_content() function, or do you know a better way that I would be able to pull the content generated by ACF from approximately 200 different posts?
Thanks,
- The topic ‘ACF in the_content()’ is closed to new replies.