Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other [WordPress] How could this be done? Re: [WordPress] How could this be done?

#139597
Alen
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.