Home › Forums › General Issues › Add a lot of custom fields to the_content › Reply To: Add a lot of custom fields to the_content
Few things (looking at your dropbox file):
1. You probably want global $post;
before if ( $post->post_type == 'sp-event' )
.
2. I see your add_filter
hook (single-event.php) but there’s no the_content();
. Also it might be better to put your hooks in functions.php.
3. Try to start from scratch, as simple as possible. Add code back in piece by piece, and see where it goes wrong.
Good luck!
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.