Unfortunately this code snippet doesn’t work unless I have done something wrong which could be the case.
1. I Changed Customizr to no slider
2. Copied the above into the function.php replacing the code you gave me earlier.
3. changed the final line masterslider($sliders[$id]); to masterslider(12);
Thanks d4z_c0nf, This has worked on the front page.
If I wanted to change another page would i use the same script but change
if ( ! tc__f(‘__is_home’) )
return;
to
if ( ! tc__f(‘__is_pagename’) )
return;
Thanks d4z-c0nf, This has worked on the front page.
If I wanted to change another page would i use the same script but change
if ( ! tc__f(‘__is_home’) )
return;
to
if ( ! tc__f(‘__is_pagename‘) )
return;