Michiel T.
Michiel T.
Ever heard of the word patience? Devs need some holidays too ;). Nevertheless, thanks for pointing out the error/feature. Now repeatable fields are not meant to be nested (yet), so...
That's fine! Thanks for sharing and adding suggestions to the project.
Thanks for the compliment. Well, I also value the feedback from people that are using this as it will help to make it better (and the only reason I built...
Ah, I understand. Concerning the amount of work that is coming at me the last days, I fear that I'm not able to update it before August. However, I can...
Thanks SteidleSolutions for the clear explanation. Input from the code field is indeed sanitized, where slashes and html entities are converted to prevent authenticated XSS. At the moment I am...
That is a very good suggestion actually. I am busy now, put will put it on the feature list for development.
Currently, we have a separate field for time that could be used.
Yes, I believe a theme requires an index.php to work indeed. WordPress defaults to this if nothing is load. There's a filter hook though in WordPress to adjust the default...
Cool, that's a good suggestion, and I think it should already be possible (maybe with a very small change). Let me test it. The current route can be retrieved by...
That is really nice, especially the ability to handle params such as :spot (or anything else) in the routes. I was wondering though, what made you go creating a new...