Title: Adding Masonry
Last modified: August 21, 2016

---

# Adding Masonry

 *  [Christopher Nowlan](https://wordpress.org/support/users/christopher_nowlan/)
 * (@christopher_nowlan)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-masonry/)
 * Hey im still very new to using wordpress, but I have been trying to install Masonry
   [http://masonry.desandro.com/](http://masonry.desandro.com/) into a child theme
   based off the skeleton theme [http://themes.simplethemes.com/skeleton/](http://themes.simplethemes.com/skeleton/).
   I want to add it as a another page template to the theme.. With featured content
   above it.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-masonry/#post-4100501)
 * Looking at the functions.php of the child theme here:
 * [https://github.com/simplethemes/skeleton_wp/blob/master/skeleton_childtheme/functions.php](https://github.com/simplethemes/skeleton_wp/blob/master/skeleton_childtheme/functions.php)
 * I see that he enqueues a bunch of jQuery.
 * Turns our WordPress comes with masonry and thus you should be able to add it 
   simply by enuqueing it.
 * I would try adding :
 *     ```
       $javascripts  = wp_enqueue_script(' jquery-masonry');
       ```
   
 * right after line 174.
 * That should work.
 * Here’s more info about the default scripts built-into WP – [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
 *  Thread Starter [Christopher Nowlan](https://wordpress.org/support/users/christopher_nowlan/)
 * (@christopher_nowlan)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/adding-masonry/#post-4100705)
 * No It didnt work at all.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding Masonry’ is closed to new replies.

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Christopher Nowlan](https://wordpress.org/support/users/christopher_nowlan/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/adding-masonry/#post-4100705)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
