I want to add postThumbnail
zone inside the top
zone. I tried doing this
Telescope.modules.add("top","postThumbnail");
It did not work. Can anyone give me solution to this problem?
I want to add postThumbnail
zone inside the top
zone. I tried doing this
Telescope.modules.add("top","postThumbnail");
It did not work. Can anyone give me solution to this problem?
Copyright © 2021 Jogjafile Inc.
postThumbnail is the module. post_thumbnail is the template. Just a syntax error at this point, but the rest should work fine.
Telescope.modules.add
needs an object as second argument, try this :https://telescope.readme.io/docs/template-modules#adding-a-module