[Plugin: Featured Articles Lite] FA Lite with Thesis
-
Hi,
I’ve applied the Feature Article lite slider to homepage, but I’m calling in through a thesis hook. But alas the slide don’t slide:
Here’s where it is, can;t figure out what I’ve done.
http://www.d1148468.cp.blacknight.com/lhpublicity.ie/
================================
// HOME PAGE
/* PAGE CUSTOM TEMPLATE */function exhibit_page() {
if (is_page(‘Home’) || is_page(‘912’)) { ?>
<?php
if( function_exists(‘FA_display_slider’) ){
FA_display_slider(977);
}
?>
<?php } }
/* Now we tell Thesis to use the home page custom template */
remove_action(‘thesis_hook_custom_template’, ‘thesis_custom_template_sample’);
add_action(‘thesis_hook_custom_template’, ‘exhibit_page’);
The topic ‘[Plugin: Featured Articles Lite] FA Lite with Thesis’ is closed to new replies.