You can use the following tags in your content or template to trigger the appearance of popups:
- [ ppopup id="{popup_id}"]link text[/ppopup ] creates a popup link like this in your post or page content
- <?php the_ppopup(“{popup_id}”, “link text”); ?> creates a link in your template (seen in the right column on this page under Template Tag Examples).
NOTE: In the above code examples {popup_id} should be replaced with the actual ID of the popup created. This is automatically done once the created popup is saved by clicking the ‘Submit’ button.