Currently I'm using this shortcode within a post
which works great, but somehow I can't add any text in front of this shortcode, without posting it the other way around.
In example
some dummy text [etalage]
will always be shown as
[etalage] some dummy text
I've read to gather the value into a variable and return it, but I have to admit, I'm not entirely sure how to accomplish this best