joelbyler
joelbyler
@nikola3244, currently I'm using the following ``` [sermon_images hide_title="yes" order="DESC" ordrerby="date"] ``` And its still sorting by sermon series name.
Tried that and am not seeing any changes, it appears to still be ordering by the sermon series title so I need to give each sermon series a number at...
Hey @nikola3244, any news on this? I'd be willing to try and work on a PR but I'm not sure I understand that much about how this plugin works. Maybe...
Actually maybe we can close this, looked thru the docs again and switched to this instead and it seems to work. `[sermon_images display="series" order="DESC" orderby="id" size="sermon_small"]`
... and there is a check that labels have a for attribute. Hmm... I'll look into that.
I'll admit that I'm not great with js and appreciate any feedback you have on this PR. Thanks in advance!
@jormaechea do you have any feedback on this? Would love to use this feature, or an alternative if you have something in mind?
Maybe an example of how to connect to a simple cloudmqtt instance would be helpful? I'm scratching my head a bit trying to figure out where to put the api...
Maybe http://www.dioty.co/ ? or some other place where folks can sign up with low barrier to entry?
If you need an example, something like this is what I had in mind ```yml openapi: 3.0.0 info: version: 1.0.0 title: Example API description: Example API for GH Issue paths:...