I'm using EE for a few years now and pretty often I'm setting up segment variables to dynamically configure tags - like this:
{exp:channel:entries
channel="{segment_2}"
entry_id="{segment_3}"
author_id="{segment_5}"}
{/exp:channel:entries}
Although this is working fine, it tends to make URLs pretty long, which I despise. :(
Now, I've already tried native template routes as well as Resource Router, Stash and other third-party options, but I can't figure out an alternative way to set these dynamic parameters reliably.
Am I missing something?
Is there another method like maybe setting variable across page-loads?