BLOG

Our latest in blogging…

  • How to create an AI-powered Slack bot

    How to create an AI-powered Slack bot

    Introduction Imagine working in a vast organization with thousands of employees scattered across several continents around the globe. Do you recall the challenges you faced when onboarding a new team member, or perhaps when you joined such a company yourself? You’re added to the company’s Slack workspace, only to be overwhelmed by hundreds of channels…


  • How to setup Cloudflare Images plugin

    How to setup Cloudflare Images plugin

    Instead of an intro I’ve prepared this detailed article that covers everything from adding a website to Cloudflare, setting up DNS nameservers to pretty much, everything I could think of that is required to setup Cloudflare Images on a WordPress website. I did my best to explain technical parts in laymen’s terms, and I’ve structured…


  • How to add Google Analytics in WordPress: step by step guide

    How to add Google Analytics in WordPress: step by step guide

    Knowing specific details about the audience coming to your website is very important for your business success. Google Analytics is a free tool that provides comprehensive stats about your website’s traffic. Another way is using Google Tag Manager. Why tracking analytics is important Tracking your website’s analytics is crucial for your website’s success. These analytics…


  • Why WordPress emails are landing in “spam”

    Why WordPress emails are landing in “spam”

    Introduction “Have you checked your spam folder?”, “Why are my WordPress emails going to spam?”. Probably, one of the most common issues we’ve had to deal with. Every website uses emails. Whether it’s a confirmation email for creating an account, a WooCommerce order notification or even a billing email to a client. Sometimes it won’t…


  • New “Offload media to Cloudflare Images” plugin

    New “Offload media to Cloudflare Images” plugin

    If you ever tried optimizing a website, most likely, you have ran it through a performance test, Google’s PageSpeed Insights or WebPagetTest, and you’ve probably seen several image related audits that affect your website performance: Efficiently encode images Serve images in next-gen formats Unfortunately, when it comes to modern image formats, WordPress is lagging behind…


  • Benefits of posts_clauses filter or how to easily hook into WP_Query

    Benefits of posts_clauses filter or how to easily hook into WP_Query

    In this post we’ll look at how we can utilize the posts_clauses filter to inject SQL into the WP_Query. But before we get into more details, a bit of background on how I came upon this filter. I have a personal plugin that I’ve created in 2015. And it exports all WooCommerce products into an…