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
@if (have_posts()) becomes @posts Love it.
@if (have_posts())
@posts
Roots Sage's 404 uses @if ( ! have_posts()) Is there a ! not directive equivalent ?
@if ( ! have_posts())
[btw, great job with this project. thanks.]
The text was updated successfully, but these errors were encountered:
Having a hard time thinking on how to sanely implement that at the moment although I've thought about it in the past.
In cases where I've actually needed conditionals on my queries, I've always handled them myself within a Controller.
Sorry, something went wrong.
v1.1.3
7faa87e
* Added `@hasposts` and `@endhasposts` directives. * Added `@noposts` and `@endnoposts` directives. (#18)
Log1x
No branches or pull requests
@if (have_posts())
becomes@posts
Love it.
Roots Sage's 404 uses
@if ( ! have_posts())
Is there a ! not directive equivalent ?
[btw, great job with this project. thanks.]
The text was updated successfully, but these errors were encountered: