Pixaboss – Random Pixabay Image Plugin

I have created a random image plugin that pulls a random image from Pixabay. To use a this plugin, you will need a Pixabay.com API key....

How to Remove Core Meta Boxes/Panels in WordPress Post Edit Screen

The post edit screen in WordPress has several boxes that show additional parameters that the user can edit/update. Login to WordPress. Edit a post and these...

WordPress Hooks – Actions and Filters

When a WordPress page loads, it brings together a bunch of things. Code, stylesheet, images and video all come together to form a page. WordPress has...

Telemedicine App with Video Consultation(Updated)

I am releasing a telemedicine app with the following features Appointment scheduling and booking Video Consultation Patient record keeping Digital prescription HIPPA compliance This software is best suited for...

Fix – Broken Image Paths in CSS While Using Gulp

While bundling CSS through GULP the most common problem that turns up is - broken image and font urls. It happens due to how path...

How to Install and Use PHPMailer without Composer

PHPMailer is an email creation and transport class written in php. This class makes it easy to create and send text and html emails with...

Fix – WordPress Update Stuck on Unpacking

I came across this issue recently when i tried to update one of my wordpress blogs that was lying idle for a long time. The...

How to Deactivate WordPress Plugins through PHPMyAdmin

Sometimes after you migrate a wordpress site from one hosting provider to another hosting provider, errors pop up complaining about some files in some plugins....

How to Make Featured Image Responsive in WordPress

Featured images are not responsive out of the box in Wordpress. There is a function add_image_size() to make copies of the featured image with different...

Create Image Zoom in / out Effect on Mouse Hover with CSS

I was looking for a way to zoom into an image on mouse hover. Turned out, it is rather easy with CSS. (more…)...