Skip to content

Documentation

Extensive Documentation for PowerPack & WooPack to help you with common questions and issues.

PowerPack

⌘K
  1. Home
  2. Docs
  3. PowerPack
  4. Development
  5. Hooks in Content Tiles Module

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.

×