Add Own Slideshow To Homepage + Content
Hi,
The bundled slideshow didn't work for me so I've installed a custom slideshow, so now want to insert a full page width slide on the homepage
PHP Code:
<?php do_action('slideshow_deploy', '65'); ?>
between the header search bar and the start of the content (sidebar/main content) - but it doesn't work. I also want to add my own content in the left content area, just above the jobs posts.
I've tried playing with the template and creating my own page template (and subsequently used this as the homepage) - but can't seem to get a full width slide under the header bar, then 2 column right sidebar layout beneath with both my own page content at the top and latest posts underneath. Either the posts/content don't show or the slide only stretches the left column (sidebar being blank) then the standard column right sidebar layout underneath.
Can anyone advise?