Skip to content
Discussion options

You must be logged in to vote

If you're using Antlers, the suggested way here would be to create a "Tag" and perform your query in there.

Something like this:

public function index()
{
  return Entry::query()->etc()->get();
}
{{ your_tag }}
  {{ title }}, {{ etc }}
{{ /your_tag }}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@imakeitworknet
Comment options

Answer selected by imakeitworknet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants