Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

Need Help to Create Post List from Specific Tags

#2680
Avatar photo[anonymous]

doesn’t work (whether i add the code or replace it)..got the following error….

Rendering process failed

An error (1002) occurred during parsing post.hbs file.

Cannot read property 'match' of undefined

placed the code here:
            {{#if @config.custom.lazyLoad}}
	{{{parseShortcode (lazyLoadForContentImages text @config.custom.lazyLoadEffect)}}}
               {{{lazyLoadForContentImages text @config.custom.lazyLoadEffect}}}
            {{else}}
                {{{parseShortcode text}}}
            {{/if}}