Thread: functions.php
View Single Post
  #1  
Old 10-01-2012, 10:15 AM
sundance sundance is offline
Registered User
Genesis Member
 
Join Date: Nov 2011
Posts: 66
Default functions.php

HI
I suppose to put the following code in functions.php

function add_thumbsup(){
include './thumbsup/init.php';
echo ThumbsUp::css();
echo '<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>';
echo ThumbsUp::javascript();
}
add_action('wp_head', 'add_thumbsup');


but it does not behave as expected , Is there is a special format for genesis , or is the code right just like that ?

http://www.mepanorama.com/