XylotrechusZ
# cleverthemeElementor
A simple, extensible WordPress theme options framework with Elementor Builder support.
# Blog Hooks
### Main content
#### Wrap main content
Wrap main content of archive, category, search and single post page.
- `zoo_before_main_content`
`zoo_breadcrumb - 10` Display breadcrumb.
`zoo_blog_cover - 20` Display cover blog page.
- `zoo_after_main_content` Default no hook assigned.
#### Wrap loop content
Wrap loop layout content of posts.
- `zoo_before_loop_content` Default no hook assigned.
- `zoo_after_loop_content`
`zoo_post_pagination` Display pagination.
### Post Loop items
For post items of archive, category, index. Location at `inc\templates\posts\loop\post-item.php`.
- `zoo_before_post_item` Default no hook assigned.
- `zoo_before_post_item_title`
`zoo_post_item_thumbnail 10` Display post thumbnail. Case layout is _grid_.
`zoo_post_item_cat 20` Display current post categories.
- `zoo_after_post_item_title`
`zoo_post_item_info 10` Display post date, author.
`zoo_post_item_thumbnail 20` Display post thumbnail. Case layout is _list_.
- `zoo_after_post_item`
`zoo_post_item_readmore - 10` Display readmore button.