This members-only tutorial provides the steps to
to display rows of repeater field in the frontend in an instantly searchable responsive table with pagination support in Oxygen.
By the end of this tutorial, you would have something like this:
Backend:
Frontend:
Install and activate ACF Pro.
Go to Custom Fields > Add New.
Add a Field Group named say, "Post Meta".
Add a venue repeater-type field having date and location sub fields.
venue
date
location
Here (mirror) is an export of the field group from my test site so you can import the entire field group in just a few clicks.
Edit your Posts and add as many rows of venue data (date and location) as you need.
Install and activate My Custom Functionality plugin.
Connect to your hosting account using a FTP client and navigate to site's /wp-content/plugins/my-custom-functionality-master.
Upload datatables.min.css to the plugin's assets/css directory.
assets/css
Upload datatables.min.js to the plugin's assets/js directory.
assets/js
Edit plugin.php and replace the content of custom_enqueue_files() function with
plugin.php
custom_enqueue_files()
This is a premium members-only content.
To view the rest of the content, please sign up for membership ($47/month or $399 one-time).
Already a member? Log in below or here.
Enter your email address to subscribe to this blog and receive notifications of new tutorials by email.
Join 508 other subscribers
Email Address
Subscribe
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.