I need to put my script in my function.php on my Wordpress but I don't found how to do it. Need help!
here's..:
<script type="text/javascript">
$(function() {
$( '#ri-grid' ).gridrotator( {
rows : 3,
columns : 5,
animType : 'fadeInOut',
animSpeed : 500,
interval : 1200,
step : 1,
w320 : {
rows : 3,
columns : 5
},
w240 : {
rows : 3,
columns : 5
}
} );
});
</script>
Thx.