processBufferMacros: TotalCMS\Domain\Twig\Adapter\TotalCMSTwigAdapter::object(): Argument #2 ($id) must be of type string, null given, called in /home/troycros/tdcgaming.troy-cross.com/rw_common/plugins/stacks/tcms/vendor/twig/twig/src/Extension/CoreExtension.php on line 1909

TDCGaming Blog Post Page
{% set post = cms.object("Blog", getData.id ) %} {% set image = cms.data( "Blog", post.id, "image" ) %} {% if image.link %}{% endif %} {{ image.alt | default("") }} {% if image.link %}{% endif %}

{{ post.title }}

{{ post.date | date("m/d/Y") }}
{{ post.content }}
{{ galleryImage.alt | default("") }} {{ cms.gallery( post.id, { w:600, h:400, }, { w:1500, h:1000, },{ collection : "Blog", property : "gallery", download : false, plugins : ["thumbnail", "zoom",], speed : 400, mode : "lg-slide", maxVisible : 0, captions : false, viewAllText : "+{count} more", class : "stacks_in_25 " } ) }}