• Hello!

    This does not appear the table header. Th output fields but they are empty.

    in code:

    <?php if ( $table['header'] ) { ?>
    <thead>															<tr>																<?php foreach ( $table['header'] as $th ) { ?>																	<th><?php $th['c']; ?></th>																<?php } ?>															</tr>															</thead>													<?php } ?>

    In admin page:
    ACF table

    In front page:
    ACF Table front

The topic ‘Not show head’ is closed to new replies.