search ]

Posts about: WordPress Development | Page 7

How to Create Masonry with Loading Animations in WordPress

I recently wrote about Isotope and how to use this library to create a filter or post filtering in WordPress. As mentioned, Isotope has a young sibling called masonry.js, which allows you to create nice layouts and essentially enables creating [...]

Display Images & Content in Lightbox using Lity.js

Lity is a lightweight, accessible, and responsive lightbox library that supports images, videos, iframes, and even inline content. The library weighs only about 3K when minified and gzipped on your server. In this short post, we’ll see how to use [...]

How to Make a YouTube Video Responsive in WordPress?

If you are a blogger, you certainly know that in order to make their posts eye-catching, they need to spice them up with some images, videos, clips, and the like to add interest and color. However, WordPress by default doesn’t [...]

How to add WordPress Related Posts Without a Plugin

Displaying Related Posts on your blog can enhance user engagement with your site’s content, keep visitors on your site for longer periods, and contribute to your site SEO  by improving the user experience. And as due to security, performance, and [...]

How to Create a Carousel in WordPress with Slick & ACF

Do you agree with me that carousels are a feature that is widely used on WordPress websites (and in general)? A simple google search and you’ll find dozens of plugins, libraries, and  guides on how to create them. However, when [...]

How to Use Waze Deep Links

Waze Deep Links enables users on your website to easily open the Waze app through an embedded external link on the same site, ensuring a seamless transition between your website and the Waze app for navigation to your business or [...]

How to Define New Image Sizes in WordPress

In this brief guide, I will explain about image sizes in WordPress and their usage in the admin interface and code level. We will also see how to create new image sizes and how to prevent generating unnecessary images based [...]

Enqueuing Assets (JavaScript and CSS files) in WordPress

Many of us use CSS to change the appearance of the website, and JavaScript to enhance or add functionality. However, there’s also significant importance to the method you add these assets in WordPress. Instead of directly linking these files in [...]

Savvy WordPress Development