enable jquery in wordpress  [ 777 views ]

1. include the jquery into your theme
Find the header.php file in the theme directory and include one line above <?php wp_head(); ?> like this

...
<?php wp_enqueue_script("jquery"); ?>
<?php wp_head(); ?>
...
#sidebar a { color:#fff; } #sidebar ul ul li { color: #DEF585; } #sidebar h2 { color: #fff; } #sidebar ul p, #sidebar ul select { color: #BEDDBE; } #backfly { background: url(images/golfBallWallPaper.jpg) left bottom fixed repeat-x #65a51d; }