Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Dan Curtis
Dan Curtis
19,889 Points

What is the best way or plugin to display a table that contains information for a custom post type in wordpress?

What is the best way or plugin to display a table that contains information for a custom post type in wordpress?

The table needs to be dynamic in the sense that when someone adds a custom post type it then gets certain information from that custom post type displayed in the table, and in date order.

The idea being that it shows a summary of events that you can click on the post title in the table and that will take you through to the post page.