We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When linking to an entry, the {{ entry.linkItField.url }} results in empty output if the chosen entry has a future post date or is expired.
When creating an event listing or archive listing I would think it should still output the entry url.
I was able to get by for now with a hacky twig workaround for now by checking for the related entry's url, but this is really not ideal:
{{ entry.linkItField.entry.getUrl()|default(entry.linkItField.url) }}
Craft 2.6.2952, LinkIt 2.3.4
Thanks for the awesome plugin and all your hard work!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When linking to an entry, the {{ entry.linkItField.url }} results in empty output if the chosen entry has a future post date or is expired.
When creating an event listing or archive listing I would think it should still output the entry url.
I was able to get by for now with a hacky twig workaround for now by checking for the related entry's url, but this is really not ideal:
{{ entry.linkItField.entry.getUrl()|default(entry.linkItField.url) }}
Craft 2.6.2952, LinkIt 2.3.4
Thanks for the awesome plugin and all your hard work!
The text was updated successfully, but these errors were encountered: