Your "wild guess" turned out to be the culprit here.
Once I changed the code from:
Code: Select all
<h4>{content block="title"}</h4>
Code: Select all
<h4>{title}</h4>
Thanks so much for your assistance!
Code: Select all
<h4>{content block="title"}</h4>
Code: Select all
<h4>{title}</h4>