We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433f3a4 commit 063ecd6Copy full SHA for 063ecd6
src/Directives/WordPress.php
@@ -88,7 +88,7 @@
88
"<?php endif; ?>" .
89
90
"<?php \$query = \$posts->isNotEmpty() ? new WP_Query(\$posts->all()) : {$expression}; ?>" .
91
- "<?php if (\$query->have_posts()) :";
+ "<?php if (\$query->have_posts()) : ?>";
92
}
93
94
return "<?php if (empty(\$query)) : ?>" .
0 commit comments