Support

Account

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