alinimmo
for 3.04
try to add in function.php
PHP Code:
function jQuery_Google_init() {
if ( !is_admin() ) { // actually not necessary, because the Hook only get used in the Theme
wp_deregister_script( 'jquery' ); // unregistered key jQuery
wp_register_script( 'jquery', 'http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.js', false, '1.6.1');
wp_enqueue_script( 'jquery' ); // include jQuery
}
}
add_action( 'after_setup_theme', 'jQuery_Google_init' ); // Theme active, include function
or
Google Ajax API CDN
hxxp://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.
js
Microsoft CDN
hxxp://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.6.1.min.
js
jQuery CDN (via Media Temple)
hxxp://code.jquery.com/jquery-1.6.1.min.
js Minified version
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
<script type='text/javascript' src='http://www.go-sardinia.com/it/
wp-content/themes/classipress304/includes/
js/easing.
js?ver=1.3'></script>
<script type='text/javascript' src='http://www.go-sardinia.com/it/
wp-content/themes/classipress304/includes/
js/jcarousellite.
js?ver=1.0.1'></script>
<script type='text/javascript' src='http://www.go-sardinia.com/it/
wp-content/themes/classipress304/includes/
js/theme-scripts.
js?ver=3.0'></script>
<script type='text/javascript' src='http://www.go-sardinia.com/it/
wp-content/themes/classipress304/includes/
js/validate/jquery.validate.pack.
js?ver=1.6'></script>
<script type='text/javascript' src='http://www.go-sardinia.com/it/
wp-content/themes/classipress304/includes/
js/validate/localization
MERGE this files in one file and put it in the footer
Now your are in the road to have a pro site