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

Troy-Cross Blog Post
{% set post = cms.object("my-world-blog", getData.id ) %}

{{ post.title }}

{% set image = cms.data( "my-world-blog", post.id, "image" ) %} {% if image.link %}{% endif %} {{ image.alt | default("") }} {% if image.link %}{% endif %}
{{ post.date | date("m/d/Y") }}

{{ post.content }}

{{ cms.gallery( post.id, { w:600, h:400, }, { w:1500, h:1000, },{ collection : "my-world-blog", property : "gallery", download : false, plugins : ["thumbnail", "zoom",], speed : 400, mode : "lg-slide", } ) }}