Hooks in Content Tiles Module
Content Tiles module lets you create magazine-style featured posts on your website. The module has the following hooks which can be used to add custom code.
Hook | Location | Description |
---|---|---|
pp_tiles_before_posts |
Before all the Posts | Hooks the code before the opening wrapperdiv class="pp-post-tiles" . |
pp_tiles_after_posts |
After all the Posts | Hooks the code after the closing wrapper div class="pp-post-tiles" . |
You can also override the module in your theme. Check this link for more details.