I want to use Masonry in wordpress but it seems not working
问题 I'm working on a wordpress site and I want to use jQuery Masonry in one of my pages but it doesn't work. I searched and tried many changes but no results. Here I am: In header.php I added this: <?php wp_enqueue_script("jquery"); ?> <?php wp_head(); ?> <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascripts/jquery.masonry.min.js"></script> <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url'); ?>/javascripts