@set $blogDate
Type: Agent
This decides on the $blogDate
—the date that will export with the post (if applicable).
$AgentQuery
descendedFrom("Blog POSTS") & $OutlineDepth(original)==4
$AgentAction
if($StartDate){$blogDate=$StartDate}else{$blogDate=$Created};