summaryrefslogtreecommitdiffstats
path: root/includes/giglogadmin-shortcodes.php
Commit message (Collapse)AuthorAgeFilesLines
* Add links + pagination to concerts table shortcode.Harald Eilertsen2023-03-071-4/+16
|
* Remove venue filter from shortcode.Harald Eilertsen2023-01-311-4/+0
| | | | | I don't really see a need for filtering by venue as well as city. This makes it easier, both for us and the visitors.
* Add filters to shortcode concert table.Harald Eilertsen2023-01-291-2/+11
|
* Rename recperpage to limit.Harald Eilertsen2023-01-291-1/+1
|
* Make the shortcode to display concerts nicer.Harald Eilertsen2023-01-291-2/+10
| | | | | | | | 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.
* Rename and restructure source files to conform to common namin schemes.Harald Eilertsen2023-01-191-0/+30
- Source files containing a class should only contain _one_ class. - Source files containing a class should be names class-[name of the class].php - Use dashes instead of underscores in file names. - Fix source file comments - Some nitpicking...