Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Display components in specific page only.
#2
You can insert in your template something like:
Code:
<?php if (return_page_slug()=='thatpage') get_component('thatcomponent'); ?>
(replace thatpage by your page identifier (slug) and thatcomponent by your component id.)

...Or you could use the DynPages plugin.
Reply


Messages In This Thread
Display components in specific page only. - by Carlos - 2012-02-09, 05:14:38



Users browsing this thread: 1 Guest(s)