Home › Forums › Other › [WordPress] How could this be done? › Re: [WordPress] How could this be done?
June 20, 2013 at 9:34 am
#139597
Participant
I would download the masonry/isotope or whatever you decide, place the files in your theme folder under `/js/` perhaps, then create `home.php` template and use
``
to load it, then just initiate the masonry by adding:
So this is basically how I would start testing right away… Hope it helps.