Home › Forums › General Issues › No showing in this Theme › Reply To: No showing in this Theme
Hi @jasej
ACF requires you to edit the code. For example, if you had a text custom field called ‘page_title’, you could add this to the theme like so:
<h1><?php the_field('page_title') ?></h1>
You should be able to post the code you are using to render the custom field, otherwise, how are you expecting it to show?
Thanks
E
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.