Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Components specific to the page - How?
#11
You could use this:
http://get-simple.info/forums/showthread...9#pid24159

And then change this:

Code:
if (get_component('banner-'.get_page_slug(false)))

by:

Code:
if (component_exists('banner-'.get_page_slug(false)))
Reply


Messages In This Thread
RE: Components specific to the page - How? - by Carlos - 2013-03-08, 00:08:39



Users browsing this thread: 2 Guest(s)