2012-02-09, 05:14:38
You can insert in your template something like:
(replace thatpage by your page identifier (slug) and thatcomponent by your component id.)
...Or you could use the DynPages plugin.
Code:
<?php if (return_page_slug()=='thatpage') get_component('thatcomponent'); ?>
...Or you could use the DynPages plugin.