We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Great add-on! Is it be possible to change the text from text input field to image in label? In case if a repeater does not have a text field.
The text was updated successfully, but these errors were encountered:
You could change some lines in /views/repeater-table.php
/views/repeater-table.php
Starting from Line 11:
<strong> <?php $rowTitle = $row[$title_input_key]; if ( is_numeric( $rowTitle ) && get_post( $rowTitle ) ) { $rowTitle = get_post( $rowTitle )->post_title; } ?> <a class="edit-field" title="<?php _e( 'Edit', 'acf_child_post_field' ); ?> <?php echo esc_attr( $field['button_label'] ); ?>" href="#"><?php echo $rowTitle; ?></a> </strong>
Just a little fix to output the name of a post instead of the ID. You can do the same thing for Attachments.
Sorry, something went wrong.
No branches or pull requests
Great add-on!
Is it be possible to change the text from text input field to image in label? In case if a repeater does not have a text field.
The text was updated successfully, but these errors were encountered: