Thread Starter
budget
(@budget)
hey! thank you for your answer!
well, i’m trying something easier i guess.. i found this meteor slides plugin – https://wordpress.org/plugins/meteor-slides/
and so in my index.php i’m trying this to add a slider to my header:
<?
if ( is_page( ‘home’ )) && function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); }
else :
get_header();
endif;
?>
but it gives me this error:
“Parse error: syntax error, unexpected T_BOOLEAN_AND”
you know what i’m doing wrong?
thanks