Areas of the page where you can insert code:
- Header (between 『head』 tags)
- Footer (bottom of the page)
- Before page content (before main WP loop)
- After page content (after main WP loop)
- Before post content
- After post excerpt (after 『more』 tag)
- After post content
- Manual. Place function, which displays code, directly in your theme file(s)
Widget. Allows you to create custom widgetsShortcode. Allows you to create custom shortcodes. Since version 2.3.0 added ability to insert shortcodes in comments
Display filters:
- Insert on pages – here you can select pages where you code CAN BE shown.
- Exclude pages – pages where you code CAN NOT be shown.
- Hide from user – allows to hide code from specified user groups/roles.
Page selectors:
Custom taxonomypages are available since version 2.0.0.Custom Post Typepages – version 2.0.0Post formats– version 2.1.0.Custom Post Type Archivepages – version 2.2.0
Other options:
- Priority number – determines display order of the Inserts placed in the same location.
- Align – allows you to set horizontal align for inserted code. Useful for aligning Google AdSense blocks.






