From 3aa6c640bbdcd0fa7e3a396721d4170e797eb765 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 29 Jan 2023 13:35:44 +0100 Subject: Make the shortcode to display concerts nicer. Does not currently have the filtering options that the old code had, but the presentation is much nicer. Also the code is way simpler. Should be able to reuse this for the concert listing in the backend, but I'm leaving that alone for now. --- includes/templates/giglogadmin-concerts-table.php | 70 +++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 includes/templates/giglogadmin-concerts-table.php (limited to 'includes/templates') diff --git a/includes/templates/giglogadmin-concerts-table.php b/includes/templates/giglogadmin-concerts-table.php new file mode 100644 index 0000000..f5ca911 --- /dev/null +++ b/includes/templates/giglogadmin-concerts-table.php @@ -0,0 +1,70 @@ + + +
+ +
+
+ +  —  + + cname() ); ?> + +  —  + + venue()->city() ); ?> + +
+
+ + venue()->name() ); ?> + +
+ +
+ +
-- cgit v1.2.3