I’m not code savvy, so please bear with me. This is probably something simple for the coders out there.
I want to take the existing information in List View but have it appear as a table with multiple columns. For example, Event Name, Dates, Venue, City, State. I’m not looking to make it sortable because each category will be its own page.
Any help is greatly appreciated.
Thanks.
Ah alright. Thanks for confirming Matt. I can get our dev Jonah to take a look and see if he can point you in the right direction; while we’re obviously not in a position where we can build this for users (depending on the level of customization required you may want to hire a dev to do this), but let’s see what Jonah says first. May be much simpler a task than I’m imagining.
Hi Matt, unfortunately this goes beyond the customization help we can provide. In general you’ll want to modify the list.php template file by overriding it (placing a duplicate copy in an ‘events’ folder in your theme) and modifying the markup (adding table code) and re-arranging PHP to get it working the way you want.