Thread Starter
Adrian
(@akzborowski)
I completely forgot about this post.
I read the codex entry about the child themes but the functions part did not stick with
me so thanks for the reminder.
I don’t have a functions.php in my child theme at the moment but if I create that
and copy past the functions (exclusive_slideshow()) it says that it is already declared.
After removing the functions.php from the child I checked if the functions exists in
the custom page php file with the following:
echo ">>>". function_exists('exclusive_slideshow');
It returns true so the slideshow should work on a custom child page right?
I also have an extra question about your slider. Is it possible to have it on multiple
pages (original question) and have them display other images (extra question)?