News

(Prevent future posts from appearing in the list.)
(fix mode)
Line 3: Line 3:
<div class="blog-post-tiles">{{#cargo_query: tables = blog_posts
<div class="blog-post-tiles">{{#cargo_query: tables = blog_posts
  | fields            = _pageName, date, description, image, mode
  | fields            = _pageName, date, description, image, mode
  | where            = ( mode IS NULL OR mode = 'featured' ) AND date <= NOW()
  | where            = ( mode IS NOT 'draft' AND mode IS NOT 'hidden' ) AND date <= NOW()
  | format            = template
  | format            = template
  | template          = blog post/tile
  | template          = blog post/tile

Revision as of 09:33, 5 April 2023

News and stories on Australian projects, partnerships, or happenings.

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near draft' AND mode IS NOT 'hidden' ) AND date <= NOW() ORDER BY `date` DESC LI...' at line 1

Function: CargoSQLQuery::run Query: SELECT `cargo__blog_posts`.`_pageID` AS `cargo_backlink_page_id_blog_posts`,`_pageName` AS `_pageName`,`date` AS `date`,`description` AS `description`,`image` AS `image`,`mode` AS `mode`,`date__precision` AS `date__precision` FROM `cargo__blog_posts` WHERE ( mode IS NOT 'draft' AND mode IS NOT 'hidden' ) AND date <= NOW() ORDER BY `date` DESC LIMIT 100

See older posts in the news archive.

Discuss this page