-
White Screen of Death in WordPress: A Step by step guide
As a seasoned WordPress developer, I’ve seen my fair share of the dreaded “White Screen of Death” (WSOD). If you’re not familiar with it, the WSOD is a frustrating issue where your website’s front-end displays nothing but a blank, white screen. This can be a nightmare for site owners, as it effectively renders your site …
White Screen of Death in WordPress: A Step by step guide Read More »
-
9 Best Web Scraping APIs For Developers
Hello everyone, Web scraping has become an essential tool for developers to extract data from websites. However, developing a scraper that can work reliably can be a challenging task that takes up a lot of time and effort. Luckily, there’s a solution that can make web scraping a breeze: web scraping APIs. In this blog …
-
How to Create Gutenberg Block With ACF Plugin
WordPress 5.0 officially launched its own editor “Gutenberg” on November 27, 2018. It changes the way of creating pages and posts and everything on your blog or website. But creating a custom Gutenberg block from scratch needs extra skills like Webpack, React, Babel, ESNext or ES5, and much more. Thanks to Advanced Custom Fields (ACF), …