
References
- How to create custom fields
https://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tips-tricks-and-hacks/#customfieldsintro - Advanced Custom Fields Plugin
https://wordpress.org/plugins/advanced-custom-fields/ - Relevanassi plugin to index all non-WordPress data and return it in the search results
Asked for Help With
I am creating a ‘change request log’ to keep a record of development changes.
1. FORM
1.1. I already created the form: https://tsg-log.techdocs.online/new-change-request/
1.2 When the form is submitted it automatically creates a post e.g. https://tsg-log.techdocs.online/change-request-example-1-2/
2. CUSTOM FIELDS
2.1. I am using “Advanced Custom Fields” plugin
2.2. I have already added the custom fields to the child theme https://tsg-log.techdocs.online/change-request-example-1-2/
2.3 TASK I need the date on the post to show the correct format D/M/YYYY
3. ALL POSTS
3.1 I need a page displaying a paginated list of all posts. This should show rows containing the following information: title, creation date, change number, priority, status, date required by
3.2 Add pagination
3.3 I would like to know how you did 3.1. so please provide some screenshots

