Skip Navigation

[Resolved] Displaying multiple CPT's in a spreedsheet-like format

This support ticket is created 6 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 2 voices.

Last updated by gavinJ-2 6 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#1163094

Hi - I built a CPT that is going to have hundreds of records. The CPT has both taxonomy tags and custom fields. I would like to be able to display the CPT's in a spreadsheet-like format where each row is a CPT record and the columns are the taxonomy tags and custom fields. Can you point me to the most straight forward way to do this?

#1163610

Hi there,

Thank you for contacting us and I'll be happy to assist.

To show your CPT record in a tabular form, you can create a new post view and set it to show in a table format:
https://toolset.com/documentation/getting-started-with-toolset/create-and-display-custom-lists-of-content/#choosing-how-the-view-will-display-that-content

After selecting the type and order for the posts, you'll see the "Loop Wizard" option, as shown in this screenshot:
hidden link

On the next screen, you can add all the fields (e.g. custom fields, taxonomies etc) that you'd like to be included as columns, and the required HTML will be added to the content template section, accordingly:
hidden link

I hope this helps and please let me know if you have any question around these steps.

regards,
Waqar

#1164151

My issue is resolved now. Thank you!