Support

Account

Home Forums Front-end Issues Urgent: ACF Pro doesn't work on frontend

Unread

Urgent: ACF Pro doesn't work on frontend

  • Hello. I just purchased the ACF PRO plugin. Inside WP-ADMIN area, it works fine. I could create custom fields, and then display them too.

    But in the template side (it’s a Page template) this line itself causes the code to be show up blank:

    
        <?php 
        
        $sessions = get_field('session');
        print_r($sessions); 
        
        ?>
    

    As you can imagine, the name of my Repeater field is session.

    Why is this? What can I do to fix or debug?

    There’s no message in the PHP or Apache error log. Please help!

    Thanks!

Viewing 1 post (of 1 total)

The topic ‘Urgent: ACF Pro doesn't work on frontend’ is closed to new replies.