How To Add Masonry Layout In WordPress


Masonry is a JavaScript grid layout library based on columns. It works by placing elements in optimal position based on available vertical space. It doesn’t have fixed height rows. Popular social site – Pinterest was the first major website to use this layout style. As of WordPress version 3.9, Masonry is actually built into the […]

Adding PHP code in Text Widget without using a Plugin.


Sometimes in our WordPress theme we need to execute PHP scripts in a text widget. However by default WordPress doesn’t comes with this feature. To enable PHP code within WordPress widget we can use few plugins like PHP text widget and PHP Code Widget. Since installing another plugin might slow the site down, this task […]