Blog Archives

Find All Posts Containing Given Image In WordPress

Pass the id of the image to the function and it will return an array with the id’s of all the posts that use the given image. /** * Find all posts that uses the given image * * @param  $image_id  Integer    ID

Posted in WordPress Tagged with: , ,

Building 100% Custom WordPress Register And Login Pages

A detailed tutorial on how to build totally custom WordPress register and login pages. All the code you need and some styling inspiration. Impress your clients.

Posted in Tutorials, WordPress Tagged with: , , , ,

Embed YouTube Videos On Bootstrap 4 Popup Modals With AutoPlay

Bootstrap 4 does not natively support embedding videos on its modal windows. Here is how to embed YouTube videos on modal popup windows.

Posted in WordPress Tagged with: , , ,

Website Redesign With Focus On Responsiveness

I recently published the load time optimization report for a client where I achieved a load time reduction by 45%. I also worked on re-designing their WordPress website. Their in-house design team sent me the new design and I coded

Posted in WordPress Lab Tagged with: , , , ,

Conditionally Display Fields In Contact Form 7 With Simple JavaScript

In this tutorial, learn how to conditionally display form fields using simple inline JavaScript. Add-on plugins are an overkill for most simple use cases.

Posted in Tutorials, WordPress Tagged with: , , ,